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

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.h

Issue 2687193004: Tie DragState to DragController. (Closed)
Patch Set: tidy up DragState resetting 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 | « no previous file | third_party/WebKit/Source/core/input/MouseEventManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/input/MouseEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698