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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetBase.cpp

Issue 2655873003: Remove PlatformEvent it is no longer used. (Closed)
Patch Set: Remove PlatformEvent it is no longer used. 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/WebFrameWidgetBase.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
index 5a34a0e3281039667f871319d29c9432646d5c91..4427bc30d633694df012f08dee4446c8a135b1e4 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
@@ -138,7 +138,7 @@ void WebFrameWidgetBase::dragSourceEndedAt(const WebPoint& pointInViewport,
WebMouseEvent fakeMouseMove(WebInputEvent::MouseMove, pointInRootFrame,
WebFloatPoint(screenPoint.x, screenPoint.y),
WebPointerProperties::Button::Left, 0,
- PlatformEvent::NoModifiers,
+ WebInputEvent::NoModifiers,
TimeTicks::Now().InSeconds());
fakeMouseMove.setFrameScale(1);
toCoreFrame(localRoot())

Powered by Google App Engine
This is Rietveld 408576698