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

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

Issue 868133003: Remove touch events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « sky/engine/core/dom/Document.idl ('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 5314cc972762fb75718f096cf76cfdcce9e347aa..550777ecd5684da292ed1bf9e6cb6c1e26a8659a 100644
--- a/sky/engine/core/dom/Node.h
+++ b/sky/engine/core/dom/Node.h
@@ -72,7 +72,6 @@ class ShadowRoot;
template <typename NodeType> class StaticNodeTypeList;
typedef StaticNodeTypeList<Node> StaticNodeList;
class Text;
-class TouchEvent;
class WeakNodeMap;
const int nodeStyleChangeShift = 19;
@@ -442,7 +441,6 @@ public:
#endif
bool willRespondToMouseMoveEvents();
- bool willRespondToTouchEvents();
virtual bool willRespondToMouseClickEvents();
@@ -473,7 +471,6 @@ public:
bool dispatchKeyEvent(const PlatformKeyboardEvent&);
bool dispatchGestureEvent(const PlatformGestureEvent&);
- bool dispatchTouchEvent(PassRefPtr<TouchEvent>);
void dispatchInputEvent();
« no previous file with comments | « sky/engine/core/dom/Document.idl ('k') | sky/engine/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698