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

Unified Diff: cc/trees/effect_node.h

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Fix for patch 1. 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 9d37b87f30ee52f898df2c82f686517eadae3daa..fd9884fb7f1574e5bdd78b7f3ff871dc72ca34f1 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;
+ bool force_render_surface;
bool has_copy_request;
bool hidden_by_backface_visibility;
bool double_sided;

Powered by Google App Engine
This is Rietveld 408576698