| 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();
|
|
|