Index: third_party/WebKit/Source/core/page/DragController.h |
diff --git a/third_party/WebKit/Source/core/page/DragController.h b/third_party/WebKit/Source/core/page/DragController.h |
index 3d28be6cf3b6d2de603645a06a5b98c5c6c2b213..763f6576dcffc8644d4937aa16b6f0e788e7db85 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.h |
+++ b/third_party/WebKit/Source/core/page/DragController.h |
@@ -47,7 +47,7 @@ class FrameSelection; |
class HTMLInputElement; |
class Node; |
class Page; |
-class PlatformMouseEvent; |
+class WebMouseEvent; |
class CORE_EXPORT DragController final |
: public GarbageCollected<DragController> { |
@@ -76,7 +76,7 @@ class CORE_EXPORT DragController final |
const IntPoint& dragOrigin); |
bool startDrag(LocalFrame* src, |
const DragState&, |
- const PlatformMouseEvent& dragEvent, |
+ const WebMouseEvent& dragEvent, |
const IntPoint& dragOrigin); |
DECLARE_TRACE(); |