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

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

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed contextual search test function Created 4 years, 2 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 30eb0d352675a08b0fe5711f1933825c404828e1..8513fc1a2fb1001d2921d9c3d7664ec02a4065b6 100644
--- a/third_party/WebKit/Source/core/editing/SelectionController.h
+++ b/third_party/WebKit/Source/core/editing/SelectionController.h
@@ -98,7 +98,8 @@ class SelectionController final : public GarbageCollected<SelectionController> {
bool updateSelectionForMouseDownDispatchingSelectStart(
Node*,
const VisibleSelectionInFlatTree&,
- TextGranularity);
+ TextGranularity,
+ bool isHandleVisible = false);
yosin_UTC9 2016/10/17 07:27:46 Could you introduce |enum class| instead of using
amaralp 2016/10/19 04:26:38 Done.
FrameSelection& selection() const;

Powered by Google App Engine
This is Rietveld 408576698