aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/compositing/constellation_msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/compositing/constellation_msg.rs')
-rw-r--r--components/shared/compositing/constellation_msg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/compositing/constellation_msg.rs b/components/shared/compositing/constellation_msg.rs
index a07b943d7e6..412cfcba32a 100644
--- a/components/shared/compositing/constellation_msg.rs
+++ b/components/shared/compositing/constellation_msg.rs
@@ -62,7 +62,7 @@ pub enum ConstellationMsg {
/// Make none of the webviews focused.
BlurWebView,
/// Forward an input event to an appropriate ScriptTask.
- ForwardInputEvent(InputEvent, Option<CompositorHitTestResult>),
+ ForwardInputEvent(WebViewId, InputEvent, Option<CompositorHitTestResult>),
/// Requesting a change to the onscreen cursor.
SetCursor(WebViewId, Cursor),
/// Enable the sampling profiler, with a given sampling rate and max total sampling duration.