| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 4ec5804b9d7da69b42f2eae6c641968e41166128..a1b37d296ad0efdcd4f700cdccc863429e0ab94f 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -238,6 +238,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
| ui::MouseEvent* event);
|
| ui::EventDispatchDetails PreDispatchTouchEvent(Window* target,
|
| ui::TouchEvent* event);
|
| + ui::EventDispatchDetails PreDispatchKeyEvent(ui::KeyEvent* event);
|
|
|
| WindowTreeHost* host_;
|
|
|
|
|