Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.h

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: Fix nits Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698