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

Unified Diff: cc/trees/effect_node.h

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Calculate damage of |force_render_surface|. Created 3 years, 7 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/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index 8079f8982831d79c1dbdd9cd155142fe0346a7fd..ddd6ad193ccc65011bffeaacd0254acbded91339 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -44,6 +44,7 @@ struct CC_EXPORT EffectNode {
gfx::Size unscaled_mask_target_size;
bool has_render_surface : 1;
+ bool force_render_surface : 1;
bool has_copy_request : 1;
bool hidden_by_backface_visibility : 1;
bool double_sided : 1;

Powered by Google App Engine
This is Rietveld 408576698