| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index dbdd58d1f27c4ef91ea4d423d91b8cdbdc4761f2..9cafc6cc508fdeaa7d3538aeaf43c379031cf2f3 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -151,6 +151,7 @@ class CC_EXPORT RenderSurfaceImpl {
|
| LayerImpl* ReplicaMaskLayer();
|
| bool HasReplicaMask() const;
|
|
|
| + const FilterOperations& Filters() const;
|
| const FilterOperations& BackgroundFilters() const;
|
|
|
| bool HasCopyRequest() const;
|
|
|