| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index 6f024da9e8d432266df7e756264ac71f5171c527..7630caae3422053237a58efb3d9b386da0ecf500 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -158,6 +158,8 @@ class CC_EXPORT RenderSurfaceImpl {
|
| private:
|
| void SetContentRect(const gfx::Rect& content_rect);
|
| gfx::Rect CalculateClippedAccumulatedContentRect();
|
| + gfx::Rect CalculateExpandedClipForFilters(
|
| + const gfx::Transform& target_to_surface);
|
|
|
| const EffectNode* OwningEffectNode() const;
|
|
|
|
|