| Index: third_party/WebKit/Source/core/editing/SelectionController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| index ba1714322527b9c26dfdf1abb866cceff91244a1..a7bf3e05cca3c52efbdbc85d93d3751375a180f8 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -102,7 +102,8 @@ class CORE_EXPORT SelectionController final
|
| SelectInputEventType);
|
| void SelectClosestMisspellingFromHitTestResult(const HitTestResult&,
|
| AppendTrailingWhitespace);
|
| - void SelectClosestWordFromMouseEvent(const MouseEventWithHitTestResults&);
|
| + // Returns |true| if a word was selected.
|
| + bool SelectClosestWordFromMouseEvent(const MouseEventWithHitTestResults&);
|
| void SelectClosestMisspellingFromMouseEvent(
|
| const MouseEventWithHitTestResults&);
|
| void SelectClosestWordOrLinkFromMouseEvent(
|
|
|