Index: sky/engine/core/page/EventHandler.h |
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h |
index cc4ff63c4fb2037fa9da10eb5e2c7d6093bb58a2..be093eadc902d1e3092479375c775c5ebfaee371 100644 |
--- a/sky/engine/core/page/EventHandler.h |
+++ b/sky/engine/core/page/EventHandler.h |
@@ -59,7 +59,6 @@ class KeyboardEvent; |
class LocalFrame; |
class Node; |
class OptionalCursor; |
-class PlatformKeyboardEvent; |
class RenderLayer; |
class RenderLayerScrollableArea; |
class RenderObject; |
@@ -93,7 +92,6 @@ public: |
// If the view can't be scrolled either, recursively bubble to the parent frame. |
bool bubblingScroll(ScrollDirection, ScrollGranularity, Node* startingNode = 0); |
- bool keyEvent(const PlatformKeyboardEvent&); |
void defaultKeyboardEventHandler(KeyboardEvent*); |
bool handleTextInputEvent(const String& text, Event* underlyingEvent = 0, TextEventInputType = TextEventInputKeyboard); |