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

Unified Diff: third_party/WebKit/Source/core/events/DragEvent.h

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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | third_party/WebKit/Source/core/events/DragEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/DragEvent.h
diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h
index 2bdef6ef886856c9e7d206071aeda900ae77ff3b..0fd66be23ca27da0e925aa9d07bf7f4c7eccee9e 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.h
+++ b/third_party/WebKit/Source/core/events/DragEvent.h
@@ -34,7 +34,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
int windowY,
int movementX,
int movementY,
- PlatformEvent::Modifiers,
+ WebInputEvent::Modifiers,
short button,
unsigned short buttons,
EventTarget* relatedTarget,
@@ -72,7 +72,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
int windowY,
int movementX,
int movementY,
- PlatformEvent::Modifiers,
+ WebInputEvent::Modifiers,
short button,
unsigned short buttons,
EventTarget* relatedTarget,
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | third_party/WebKit/Source/core/events/DragEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698