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

Unified Diff: cc/proto/layer_tree_host.proto

Issue 2159513003: Setup LayerTree class, refactor 2 functions from LayerTreeHost to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_tree_host.proto
diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto
index 71bbcf529dfcb3490ed9d3e42291b3618c02b792..452c63c1866061a71e95692763194de3488b7a3a 100644
--- a/cc/proto/layer_tree_host.proto
+++ b/cc/proto/layer_tree_host.proto
@@ -7,6 +7,7 @@ syntax = "proto2";
import "display_item.proto";
import "layer.proto";
import "layer_selection_bound.proto";
+import "layer_tree.proto";
import "layer_tree_debug_state.proto";
import "property_tree.proto";
import "size.proto";
@@ -65,7 +66,7 @@ message LayerTreeHost {
optional uint32 wheel_event_listener_properties = 34;
optional bool have_scroll_event_handlers = 35;
optional uint32 touch_start_or_move_event_listener_properties = 36;
- repeated int32 layers_that_should_push_properties = 37;
+ optional LayerTree layer_tree = 37;
optional uint32 touch_end_or_cancel_event_listener_properties = 38;
optional SkPictures pictures = 39;
}

Powered by Google App Engine
This is Rietveld 408576698