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

Unified Diff: cc/proto/layer_tree.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.proto
diff --git a/cc/proto/scroll_offset.proto b/cc/proto/layer_tree.proto
similarity index 76%
copy from cc/proto/scroll_offset.proto
copy to cc/proto/layer_tree.proto
index b89b1817af04b50192b4f73316a958e3d7de2385..2fa6358e25d56e8713589c50d5d2e33c2ee436fc 100644
--- a/cc/proto/scroll_offset.proto
+++ b/cc/proto/layer_tree.proto
@@ -4,11 +4,10 @@
syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
-
package cc.proto;
-message ScrollOffset {
- optional double x = 1;
- optional double y = 2;
+option optimize_for = LITE_RUNTIME;
+
+message LayerTree {
+ repeated int32 layers_that_should_push_properties = 1;
}

Powered by Google App Engine
This is Rietveld 408576698