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

Unified Diff: third_party/WebKit/Source/core/events/TouchEvent.cpp

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/events/TouchEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/TouchEvent.cpp b/third_party/WebKit/Source/core/events/TouchEvent.cpp
index d8fbe16ed16f51d6bd72da3fb1214ae40f5b2310..ca603e9151d059debd09849af505c590519cbd57 100644
--- a/third_party/WebKit/Source/core/events/TouchEvent.cpp
+++ b/third_party/WebKit/Source/core/events/TouchEvent.cpp
@@ -217,7 +217,7 @@ TouchEvent::TouchEvent(const WebTouchEvent& event,
event.isCancelable(),
view,
0,
- static_cast<PlatformEvent::Modifiers>(event.modifiers()),
+ static_cast<WebInputEvent::Modifiers>(event.modifiers()),
TimeTicks::FromSeconds(event.timeStampSeconds()),
view ? view->getInputDeviceCapabilities()->firesTouchEvents(true)
: nullptr),

Powered by Google App Engine
This is Rietveld 408576698