| 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 813ea35e6cce4544479c9b10c9ae01329300ab94..e3c9ce7cb4bd1923f5632c3722d6312b9d41dcab 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -305,7 +305,8 @@ class CORE_EXPORT EventHandler final
|
| Node* target,
|
| const String& canvasRegionId,
|
| const WebMouseEvent&,
|
| - const Vector<WebMouseEvent>& coalescedEvents);
|
| + const Vector<WebMouseEvent>& coalescedEvents,
|
| + bool selectionOverLink = false);
|
|
|
| // Clears drag target and related states. It is called when drag is done or
|
| // canceled.
|
|
|