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

Unified Diff: cc/proto/property_tree.proto

Issue 1588093004: Compute if a layer is drawn without LayerTree hierarchy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 7f1b996875c38e4fd18791be14c43d549b64f01a..89e7b2b591efb050d122dd649f427a0a71c713f5 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -81,9 +81,10 @@ message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
optional bool has_render_surface = 3;
- optional int64 num_copy_requests_in_subtree = 4;
- optional int64 transform_id = 5;
- optional int64 clip_id = 6;
+ optional bool contributes_to_copy_request = 4;
+ optional int64 num_copy_requests_in_subtree = 5;
+ optional int64 transform_id = 6;
+ optional int64 clip_id = 7;
}
// This defines the proto used for all types of struct TreeNode.

Powered by Google App Engine
This is Rietveld 408576698