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

Unified Diff: cc/proto/layer_selection_bound.proto

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing aura problems Created 4 years, 5 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: cc/proto/layer_selection_bound.proto
diff --git a/cc/proto/layer_selection_bound.proto b/cc/proto/layer_selection_bound.proto
index 2503e8aa6d0004022a3fb749f9144cd0bc25932b..9cc15e589c394bd6022aa472a08ee57a76fd2830 100644
--- a/cc/proto/layer_selection_bound.proto
+++ b/cc/proto/layer_selection_bound.proto
@@ -30,4 +30,5 @@ message LayerSelection {
optional LayerSelectionBound end = 2;
optional bool is_editable = 3;
optional bool is_empty_text_form_control = 4;
+ optional bool is_handle_visible = 5;
}

Powered by Google App Engine
This is Rietveld 408576698