| Index: content/public/browser/native_web_keyboard_event.h
|
| ===================================================================
|
| --- content/public/browser/native_web_keyboard_event.h (revision 113258)
|
| +++ content/public/browser/native_web_keyboard_event.h (working copy)
|
| @@ -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 @@
|
| 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();
|
|
|