Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: sky/engine/core/dom/Node.h

Issue 872233002: Switch KeyboardEvents over to NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename virtualKeyCode to key Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/browser/browser.sky ('k') | sky/engine/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Node.h
diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
index 056e57b545efdb4a156d552d90aa03d02f9e37d3..9828601c2cbe268c68cb3df8fc77d8d17f434f0b 100644
--- a/sky/engine/core/dom/Node.h
+++ b/sky/engine/core/dom/Node.h
@@ -60,7 +60,6 @@ class NSResolver;
class NodeEventContext;
class NodeList;
class NodeRareData;
-class PlatformKeyboardEvent;
class QualifiedName;
class RegisteredEventListener;
class RenderBox;
@@ -463,9 +462,6 @@ public:
virtual void handleLocalEvents(Event*);
bool dispatchDOMActivateEvent(int detail, PassRefPtr<Event> underlyingEvent);
-
- bool dispatchKeyEvent(const PlatformKeyboardEvent&);
-
void dispatchInputEvent();
// Perform the default action for an event.
« no previous file with comments | « examples/browser/browser.sky ('k') | sky/engine/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698