| Index: third_party/WebKit/Source/core/input/EventHandler.h
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
|
| index 8471cb877fc5484d7c71e4d615d9cf04652825c3..8d7e6850ed696939a69b4f88558d9939f173723d 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -293,6 +293,7 @@ private:
|
| bool handleDrag(const MouseEventWithHitTestResults&, DragInitiator);
|
| bool tryStartDrag(const MouseEventWithHitTestResults&);
|
| void clearDragState();
|
| + void clearMouseDragState();
|
|
|
| WebInputEventResult dispatchDragSrcEvent(const AtomicString& eventType, const PlatformMouseEvent&);
|
|
|
|
|