| 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 e636bf53effa58446cacb08e8c53d843d9826a4b..173faadc4f86a1aefbedda22f69d8fee77b184af 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -310,7 +310,7 @@ private:
|
|
|
| void invalidateClick();
|
|
|
| - void updateMouseEventTargetNode(Node*, const PlatformMouseEvent&);
|
| + void updateMouseEventTargetNode(Node*, const PlatformMouseEvent&, bool = false);
|
|
|
| MouseEventWithHitTestResults prepareMouseEvent(const HitTestRequest&, const PlatformMouseEvent&);
|
|
|
|
|