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

Unified Diff: third_party/WebKit/Source/core/editing/LayoutSelection.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/LayoutSelection.h
diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
index b49f079a950aabb0b1e108ad526ad9326aa35f7f..7aef670149de72c5bd8ad4a24088ec972cab9c4e 100644
--- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
+++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
@@ -39,6 +39,7 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
}
bool HasPendingSelection() const { return has_pending_selection_; }
+ bool ForceHide() const { return force_hide_; }
void SetHasPendingSelection(PaintHint);
void Commit();

Powered by Google App Engine
This is Rietveld 408576698