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

Unified Diff: cc/layers/render_surface_impl.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/layers/layer_iterator.h ('k') | cc/layers/render_surface_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl.h
diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
index 6ca3a29da7aa94036104d777ef1c35e2ac570c8b..1b2f0cd2b23046509c00451f64473b161b82ed63 100644
--- a/cc/layers/render_surface_impl.h
+++ b/cc/layers/render_surface_impl.h
@@ -36,7 +36,7 @@ struct AppendQuadsData;
class CC_EXPORT RenderSurfaceImpl {
public:
- explicit RenderSurfaceImpl(LayerImpl* owning_layer);
+ RenderSurfaceImpl(LayerTreeImpl* layer_tree_impl, int stable_effect_id);
virtual ~RenderSurfaceImpl();
// Returns the RenderSurfaceImpl that this render surface contributes to. Root
« no previous file with comments | « cc/layers/layer_iterator.h ('k') | cc/layers/render_surface_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698