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

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

Issue 2580083002: Remove MouseRelatedEvent (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebInputEventConversion.cpp
diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.cpp b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
index e3c51bdfd96438a7ebfd8abcbe873878db48831a..96c62eed59c42470d583259d5dd182d0c03eeaf1 100644
--- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
+++ b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
@@ -348,11 +348,10 @@ static IntPoint convertAbsoluteLocationForLayoutObjectInt(
// FIXME: Change |widget| to const Widget& after RemoteFrames get
// RemoteFrameViews.
-static void updateWebMouseEventFromCoreMouseEvent(
- const MouseRelatedEvent& event,
- const Widget* widget,
- const LayoutItem layoutItem,
- WebMouseEvent& webEvent) {
+static void updateWebMouseEventFromCoreMouseEvent(const MouseEvent& event,
+ const Widget* widget,
+ const LayoutItem layoutItem,
+ WebMouseEvent& webEvent) {
webEvent.timeStampSeconds = event.platformTimeStamp().InSeconds();
webEvent.modifiers = event.modifiers();
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698