| Index: third_party/WebKit/Source/core/input/PointerEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| index 873c637bc69a6f75f0ef1aad05f93fb5228d5de7..ce6dfa48e1027ffdbdbadafcbe4ed4d1ea609506 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| @@ -31,7 +31,6 @@ public:
|
| Node*, const AtomicString& type,
|
| int clickCount, const PlatformMouseEvent&,
|
| Node* relatedTarget,
|
| - AbstractView*,
|
| Node* lastNodeUnderMouse);
|
|
|
| WebInputEventResult handleTouchEvents(
|
| @@ -52,7 +51,7 @@ public:
|
| Node* exitedNode,
|
| Node* enteredNode,
|
| const PlatformMouseEvent&,
|
| - AbstractView*, bool isFrameBoundaryTransition);
|
| + bool isFrameBoundaryTransition);
|
|
|
| // Resets the internal state of this object.
|
| void clear();
|
|
|