summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
Diffstat (limited to 'cc/proto')
-rw-r--r--cc/proto/layer.proto4
-rw-r--r--cc/proto/layer_tree_host.proto1
2 files changed, 1 insertions, 4 deletions
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 160ffa7..f6f3353 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -53,10 +53,6 @@ message LayerUpdate {
message LayerProperties {
// required
optional int32 id = 1;
- // required
- optional bool needs_push_properties = 3;
- // required
- optional int32 num_dependents_need_push_properties = 4;
// The properties below are only read if |needs_push_properties| is set.
// The Layer base class and each descendant have different proto messages
diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto
index d1d78e7..e324d1d 100644
--- a/cc/proto/layer_tree_host.proto
+++ b/cc/proto/layer_tree_host.proto
@@ -56,4 +56,5 @@ message LayerTreeHost {
optional uint32 wheel_event_listener_properties = 34;
optional bool have_scroll_event_handlers = 35;
optional uint32 touch_event_listener_properties = 36;
+ repeated int32 layers_that_should_push_properties = 37;
}