Index: third_party/WebKit/Source/core/input/MouseEventManager.h |
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.h b/third_party/WebKit/Source/core/input/MouseEventManager.h |
index 0628dfb560b3d60734fda8e5d07b4390c66952db..f144769f7c8a83d6458e4cf3d3e74edd47252dfc 100644 |
--- a/third_party/WebKit/Source/core/input/MouseEventManager.h |
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.h |
@@ -99,7 +99,7 @@ class CORE_EXPORT MouseEventManager final |
WebInputEventResult handleMouseReleaseEvent( |
const MouseEventWithHitTestResults&); |
- static DragState& dragState(); |
+ DragState& dragState(); |
void focusDocumentView(); |
@@ -189,6 +189,8 @@ class CORE_EXPORT MouseEventManager final |
void clearDragDataTransfer(); |
DataTransfer* createDraggingDataTransfer() const; |
+ void resetDragState(); |
+ |
// Implementations of |SynchronousMutationObserver| |
void nodeChildrenWillBeRemoved(ContainerNode&) final; |
void nodeWillBeRemoved(Node& nodeToBeRemoved) final; |