| Index: Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h
|
| index e0a0362425e46533dd1c9d7de78d330f9c011fae..6cba33dc2fafea27b5f01dde7183226ce19de528 100644
|
| --- a/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -60,6 +60,7 @@ class InspectorPageAgent;
|
| class InspectorState;
|
| class InstrumentingAgents;
|
| class Node;
|
| +class PlatformGestureEvent;
|
| class PlatformTouchEvent;
|
| class RevalidateStyleAttributeTask;
|
| class ShadowRoot;
|
| @@ -180,6 +181,7 @@ public:
|
|
|
| PassRefPtr<TypeBuilder::Runtime::RemoteObject> resolveNode(Node*, const String& objectGroup);
|
| bool handleMousePress();
|
| + bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
|
| bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
|
| void handleMouseMove(Frame*, const PlatformMouseEvent&);
|
|
|
|
|