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 a03cb44e0b2a10010ae1c5a0094fadf26b862d56..7276894cfc848ac97746e05d81cdc90bc3f5610d 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.h |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h |
@@ -50,8 +50,8 @@ class LocalFrame; |
class Node; |
class Page; |
class PageOverlay; |
-class PlatformMouseEvent; |
class WebGestureEvent; |
+class WebMouseEvent; |
class WebLocalFrameImpl; |
class WebTouchEvent; |
@@ -133,7 +133,7 @@ class InspectorOverlay final |
bool handleMousePress(); |
bool handleGestureEvent(const WebGestureEvent&); |
bool handleTouchEvent(const WebTouchEvent&); |
- bool handleMouseMove(const PlatformMouseEvent&); |
+ bool handleMouseMove(const WebMouseEvent&); |
bool shouldSearchForNode(); |
void inspect(Node*); |