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

Unified Diff: cc/trees/property_tree.h

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/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 654b5e481f1f0b8780c98ee7552cb33c680abe95..fb41c34cc7071c2e8b9f9fd603932ec81cd4701d 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -242,6 +242,7 @@ struct CC_EXPORT EffectNodeData {
float screen_space_opacity;
bool has_render_surface;
+ bool contributes_to_copy_request;
int num_copy_requests_in_subtree;
int transform_id;
int clip_id;

Powered by Google App Engine
This is Rietveld 408576698