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

Unified Diff: third_party/WebKit/Source/core/events/DragEvent.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/DragEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/DragEvent.cpp b/third_party/WebKit/Source/core/events/DragEvent.cpp
index 9512e6cd8dceabeb32f05a5d9986f934fc0fdf25..30af98cef1b4c95c57aa43245158f963d71a671f 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.cpp
+++ b/third_party/WebKit/Source/core/events/DragEvent.cpp
@@ -21,7 +21,7 @@ DragEvent* DragEvent::create(const AtomicString& type,
int windowY,
int movementX,
int movementY,
- PlatformEvent::Modifiers modifiers,
+ WebInputEvent::Modifiers modifiers,
short button,
unsigned short buttons,
EventTarget* relatedTarget,
@@ -50,7 +50,7 @@ DragEvent::DragEvent(const AtomicString& eventType,
int windowY,
int movementX,
int movementY,
- PlatformEvent::Modifiers modifiers,
+ WebInputEvent::Modifiers modifiers,
short button,
unsigned short buttons,
EventTarget* relatedTarget,
« no previous file with comments | « third_party/WebKit/Source/core/events/DragEvent.h ('k') | third_party/WebKit/Source/core/events/GestureEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698