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..b6dda5a30c130059918fb2ed6f0ef4f290cf4a11 100644 |
--- a/third_party/WebKit/Source/core/editing/SelectionController.h |
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h |
@@ -102,7 +102,7 @@ class CORE_EXPORT SelectionController final |
SelectInputEventType); |
void SelectClosestMisspellingFromHitTestResult(const HitTestResult&, |
AppendTrailingWhitespace); |
- void SelectClosestWordFromMouseEvent(const MouseEventWithHitTestResults&); |
+ bool SelectClosestWordFromMouseEvent(const MouseEventWithHitTestResults&); |
yosin_UTC9
2017/05/25 04:47:21
Please add a comment for |bool| return value.
amaralp1
2017/05/25 07:11:56
Done.
|
void SelectClosestMisspellingFromMouseEvent( |
const MouseEventWithHitTestResults&); |
void SelectClosestWordOrLinkFromMouseEvent( |