| 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 1da2755986403ea5287d71005668d8ba6b10209f..29a84d9a1894403857ed6044dbde749543839ec9 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
|
| @@ -114,6 +114,7 @@ class CORE_EXPORT MouseEventManager final
|
| void UpdateSelectionForMouseDrag();
|
|
|
| void HandleMousePressEventUpdateStates(const WebMouseEvent&);
|
| + void HandleMouseReleaseEventUpdateStates();
|
|
|
| // Returns whether pan is handled and resets the state on release.
|
| bool HandleSvgPanIfNeeded(bool is_release_event);
|
|
|