summaryrefslogtreecommitdiff
path: root/chromium/ui/aura/window_event_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/aura/window_event_dispatcher.h')
-rw-r--r--chromium/ui/aura/window_event_dispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/ui/aura/window_event_dispatcher.h b/chromium/ui/aura/window_event_dispatcher.h
index 74d4510901c..5435ce7b7f3 100644
--- a/chromium/ui/aura/window_event_dispatcher.h
+++ b/chromium/ui/aura/window_event_dispatcher.h
@@ -281,7 +281,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
ui::GestureEvent* event);
ui::EventDispatchDetails PreDispatchTouchEvent(Window* target,
ui::TouchEvent* event);
- ui::EventDispatchDetails PreDispatchKeyEvent(ui::KeyEvent* event);
+ ui::EventDispatchDetails PreDispatchKeyEvent(Window* target,
+ ui::KeyEvent* event);
WindowTreeHost* host_;