| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index 1af8f81f2e1ce86a44a3cb09fbcf67d4e5cbbd9a..82cec9594cff724bae31ddeef5fb4d53ae36c85b 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -156,6 +156,7 @@ class CC_EXPORT RenderSurfaceImpl {
|
|
|
| const FilterOperations& Filters() const;
|
| const FilterOperations& BackgroundFilters() const;
|
| + gfx::Transform FiltersTransform() const;
|
|
|
| bool HasCopyRequest() const;
|
|
|
|
|