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

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

Issue 2847663002: Don't show touch handles when selection hidden (Closed)
Patch Set: Created 3 years, 8 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/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index a145ccb7ecb15fee9af43359cef2c300884a8a60..4a346e9498a044a91b349a29f467b6e4350b8250 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -255,6 +255,7 @@ class CORE_EXPORT FrameSelection final
std::pair<int, int> LayoutSelectionStartEnd();
void ClearLayoutSelection();
+ bool LayoutSelectionForceHide();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698