| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index dafeaf38abaf3629f567ecc834b8cd06cd105ca8..7ccc3dfad612574ffcb475592384d06a49db07a3 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -169,6 +169,9 @@ class CC_EXPORT RenderSurfaceImpl {
|
| gfx::Rect CalculateClippedAccumulatedContentRect();
|
| gfx::Rect CalculateExpandedClipForFilters(
|
| const gfx::Transform& target_to_surface);
|
| + void TileMaskLayer(RenderPass* render_pass,
|
| + SharedQuadState* shared_quad_state,
|
| + const gfx::Rect& visible_layer_rect);
|
|
|
| LayerTreeImpl* layer_tree_impl_;
|
| int stable_effect_id_;
|
|
|