| Index: ui/views/controls/webview/unhandled_keyboard_event_handler.h
|
| diff --git a/ui/views/controls/webview/unhandled_keyboard_event_handler.h b/ui/views/controls/webview/unhandled_keyboard_event_handler.h
|
| index 6d30baf97d3c307249ee25f579d0fafa26f4d9e0..e444b692d34b9fc2f7eee7cc1ee7e63ef7754545 100644
|
| --- a/ui/views/controls/webview/unhandled_keyboard_event_handler.h
|
| +++ b/ui/views/controls/webview/unhandled_keyboard_event_handler.h
|
| @@ -6,6 +6,7 @@
|
| #define UI_VIEWS_CONTROLS_WEBVIEW_UNHANDLED_KEYBOARD_EVENT_HANDLER_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
| #include "ui/views/controls/webview/webview_export.h"
|
|
|
| namespace content {
|
| @@ -26,6 +27,10 @@ class WEBVIEW_EXPORT UnhandledKeyboardEventHandler {
|
| FocusManager* focus_manager);
|
|
|
| private:
|
| + // Platform specific handling for unhandled keyboard events.
|
| + static void HandleNativeKeyboardEvent(gfx::NativeEvent event,
|
| + FocusManager* focus_manager);
|
| +
|
| // Whether to ignore the next Char keyboard event.
|
| // If a RawKeyDown event was handled as a shortcut key, then we're done
|
| // handling it and should eat any Char event that the translate phase may
|
|
|