Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/Source/core/editing/SelectionController.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fixing tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698