diff options
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/native_web_keyboard_event.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/public/browser/native_web_keyboard_event.h b/content/public/browser/native_web_keyboard_event.h index e2fc5cb..35cc052 100644 --- a/content/public/browser/native_web_keyboard_event.h +++ b/content/public/browser/native_web_keyboard_event.h @@ -11,7 +11,6 @@ #include "build/build_config.h" #include "content/common/content_export.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" -#include "ui/base/events.h" #include "ui/gfx/native_widget_types.h" // Owns a platform specific event; used to pass own and pass event through @@ -30,13 +29,6 @@ struct CONTENT_EXPORT NativeWebKeyboardEvent : int state, double time_stamp_seconds); #endif -#if defined(USE_AURA) - NativeWebKeyboardEvent(ui::EventType type, - bool is_char, - wchar_t character, - int state, - double time_stamp_seconds); -#endif NativeWebKeyboardEvent(const NativeWebKeyboardEvent& event); ~NativeWebKeyboardEvent(); |