| 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 203a418f1fe7e7804020429d4aa0ef2526acb35a..a03cb44e0b2a10010ae1c5a0094fadf26b862d56 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -51,9 +51,9 @@ class Node;
|
| class Page;
|
| class PageOverlay;
|
| class PlatformMouseEvent;
|
| -class PlatformTouchEvent;
|
| class WebGestureEvent;
|
| class WebLocalFrameImpl;
|
| +class WebTouchEvent;
|
|
|
| namespace protocol {
|
| class Value;
|
| @@ -132,7 +132,7 @@ class InspectorOverlay final
|
|
|
| bool handleMousePress();
|
| bool handleGestureEvent(const WebGestureEvent&);
|
| - bool handleTouchEvent(const PlatformTouchEvent&);
|
| + bool handleTouchEvent(const WebTouchEvent&);
|
| bool handleMouseMove(const PlatformMouseEvent&);
|
| bool shouldSearchForNode();
|
| void inspect(Node*);
|
|
|