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

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
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index 8184e6e59cfd2e47d518c548827c03acf7b48cd3..bded62228ac39d85778b58a83974c5f61fe90b63 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

Powered by Google App Engine
This is Rietveld 408576698