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

Unified Diff: cc/trees/effect_node.h

Issue 2690753002: cc: Move render surface ownership from layers to the effect tree (Closed)
Patch Set: Only update surfaces when can_render_to_separate_surface changes Created 3 years, 10 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
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index 0d04ddc414949503e77378e69608c09b1281962b..a5a1385de5b4d21d93ac96035edcfa90cd5a425a 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -19,8 +19,6 @@ class TracedValue;
namespace cc {
-class RenderSurfaceImpl;
-
struct CC_EXPORT EffectNode {
EffectNode();
EffectNode(const EffectNode& other);
@@ -46,7 +44,6 @@ struct CC_EXPORT EffectNode {
gfx::Size unscaled_mask_target_size;
bool has_render_surface;
- RenderSurfaceImpl* render_surface;
// Only applicable if has render surface. A true value means a clip needs to
// be applied to the output of the surface when it is drawn onto its parent
// surface.
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698