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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.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/core/input/EventHandler.cpp
diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
index 1d310088b319f7e41adeae92c293a44ae30039d9..0bcaf52eef1fa67c115d9f82782d8b5a6c8455c0 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
@@ -1895,7 +1895,7 @@ WebInputEventResult EventHandler::sendContextMenuEventForKey(
WebFloatPoint(locationInRootFrame.x(), locationInRootFrame.y()),
WebFloatPoint(globalPosition.x(), globalPosition.y()),
WebPointerProperties::Button::NoButton, /* clickCount */ 0,
- PlatformEvent::NoModifiers, TimeTicks::Now().InSeconds());
+ WebInputEvent::NoModifiers, TimeTicks::Now().InSeconds());
// TODO(dtapuska): Transition the mouseEvent to be created really in viewport
// coordinates instead of root frame coordinates.

Powered by Google App Engine
This is Rietveld 408576698