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

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

Issue 2646163002: Remove PlatformTouchEvent/Point and use WebTouchEvent/Point instead (Closed)
Patch Set: Fix nit 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 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*);
« no previous file with comments | « third_party/WebKit/Source/platform/WebTouchEvent.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698