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

Unified Diff: cc/layers/layer_impl.h

Issue 2857343002: Delete LayerImpl::GetRenderSurface. (Closed)
Patch Set: none Created 3 years, 8 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/effect_tree_layer_list_iterator_unittest.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 852a2216c0ee33dbaaa3e26a06e82a57919eff12..e9b260d14221594427ac874c0ad6f43c3e93c8eb 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -215,11 +215,6 @@ class CC_EXPORT LayerImpl {
bool ShowDebugBorders(DebugBorderType type) const;
- // TODO(http://crbug.com/557160): Currently SPv2 creates dummy layers for the
- // sole purpose of representing a render surface. Once that dependency is
- // removed, also remove dummy layers from PaintArtifactCompositor.
- RenderSurfaceImpl* GetRenderSurface() const;
-
// The render surface which this layer draws into. This can be either owned by
// the same layer or an ancestor of this layer.
RenderSurfaceImpl* render_target();
« no previous file with comments | « cc/layers/effect_tree_layer_list_iterator_unittest.cc ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698