Index: chrome/views/event.h |
=================================================================== |
--- chrome/views/event.h (revision 15365) |
+++ chrome/views/event.h (working copy) |
@@ -12,7 +12,6 @@ |
#endif |
#include "base/gfx/point.h" |
-#include "webkit/glue/window_open_disposition.h" |
class OSExchangeData; |
@@ -100,10 +99,6 @@ |
static int GetFlagsFromGdkState(int state); |
#endif |
- // Convert WebInputEvent::Modifiers flags to views::Event flags. |
- // Note that this only deals with keyboard modifiers. |
- static int ConvertWebInputEventFlags(int web_input_event_flags); |
- |
protected: |
Event(EventType type, int flags); |