| Index: third_party/WebKit/Source/web/InspectorOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| index 70deb146574611248eb3ad12e547b347f79c615b..203a418f1fe7e7804020429d4aa0ef2526acb35a 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -50,9 +50,9 @@ class LocalFrame;
|
| class Node;
|
| class Page;
|
| class PageOverlay;
|
| -class PlatformGestureEvent;
|
| class PlatformMouseEvent;
|
| class PlatformTouchEvent;
|
| +class WebGestureEvent;
|
| class WebLocalFrameImpl;
|
|
|
| namespace protocol {
|
| @@ -131,7 +131,7 @@ class InspectorOverlay final
|
| void clearInternal();
|
|
|
| bool handleMousePress();
|
| - bool handleGestureEvent(const PlatformGestureEvent&);
|
| + bool handleGestureEvent(const WebGestureEvent&);
|
| bool handleTouchEvent(const PlatformTouchEvent&);
|
| bool handleMouseMove(const PlatformMouseEvent&);
|
| bool shouldSearchForNode();
|
|
|