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; |
+} |