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

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

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: 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/events/DragEvent.h
diff --git a/third_party/WebKit/Source/core/events/DragEvent.h b/third_party/WebKit/Source/core/events/DragEvent.h
index e1d6fcb85864b3afb33daa0892fff1ffce2fc61a..2bdef6ef886856c9e7d206071aeda900ae77ff3b 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.h
+++ b/third_party/WebKit/Source/core/events/DragEvent.h
@@ -40,8 +40,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
EventTarget* relatedTarget,
TimeTicks platformTimeStamp,
DataTransfer*,
- PlatformMouseEvent::SyntheticEventType =
- PlatformMouseEvent::RealOrIndistinguishable);
+ SyntheticEventType = RealOrIndistinguishable);
static DragEvent* create(const AtomicString& type,
const DragEventInit& initializer) {
@@ -79,7 +78,7 @@ class CORE_EXPORT DragEvent final : public MouseEvent {
EventTarget* relatedTarget,
TimeTicks platformTimeStamp,
DataTransfer*,
- PlatformMouseEvent::SyntheticEventType);
+ SyntheticEventType);
DragEvent(const AtomicString& type, const DragEventInit&);

Powered by Google App Engine
This is Rietveld 408576698