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

Unified Diff: cc/proto/layer.proto

Issue 1808373002: cc : Make tree synchronization independent of layer tree hierarchy (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 160ffa7e281dc114fdb062ead8a07337a5c151bf..f6f3353db2f77685f330937296e54b9f7789b692 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
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698