| 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();
|
|
|
|
|