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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2655873003: Remove PlatformEvent it is no longer used. (Closed)
Patch Set: Remove PlatformEvent it is no longer used. Created 3 years, 10 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/core/input/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index 6b52de472203e79f716c2133e1e82bd32a7e9b0b..813ea35e6cce4544479c9b10c9ae01329300ab94 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -264,8 +264,6 @@ class CORE_EXPORT EventHandler final
bool onlyUpdateScrollbars = false,
bool forceLeave = false);
- HitTestRequest::HitTestRequestType getHitTypeForGestureType(
- PlatformEvent::EventType);
void applyTouchAdjustment(WebGestureEvent*, HitTestResult*);
WebInputEventResult handleGestureTapDown(
const GestureEventWithHitTestResults&);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSelectElement.cpp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698