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

Unified Diff: cc/proto/layer_selection_bound.proto

Issue 1531413002: Add support for (de)serializing LayerSelection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serialize-layer-selection-bound
Patch Set: Addressed nits from vmpstr Created 5 years 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
« no previous file with comments | « cc/input/layer_selection_bound_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_selection_bound.proto
diff --git a/cc/proto/layer_selection_bound.proto b/cc/proto/layer_selection_bound.proto
index 397a1f82bef0758a29157456d173fd7e0a089650..84dd559fdda119103da255421f995cde706c21c7 100644
--- a/cc/proto/layer_selection_bound.proto
+++ b/cc/proto/layer_selection_bound.proto
@@ -24,3 +24,10 @@ message LayerSelectionBound {
optional Point edge_bottom = 3;
optional int32 layer_id = 4;
}
+
+message LayerSelection {
+ optional LayerSelectionBound start = 1;
+ optional LayerSelectionBound end = 2;
+ optional bool is_editable = 3;
+ optional bool is_empty_text_form_control = 4;
+}
« no previous file with comments | « cc/input/layer_selection_bound_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698