| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index b8c494b42f695bc118b0d02345fc9fd570f612f1..3a0d8c89b78cd9dfc38ea8d52bad6f089cfa15a8 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -163,6 +163,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;
|
|
|
|
|