| Index: cc/trees/quad_culler.h
|
| diff --git a/cc/trees/quad_culler.h b/cc/trees/quad_culler.h
|
| index 74aae6d2d377d84e950222fe8c1c68b1afd55a2f..12d115f13396e8bdcaeb3db32983d34d1f7947df 100644
|
| --- a/cc/trees/quad_culler.h
|
| +++ b/cc/trees/quad_culler.h
|
| @@ -30,6 +30,9 @@ class CC_EXPORT QuadCuller : public QuadSink {
|
| virtual gfx::Rect UnoccludedContentRect(const gfx::Rect& content_rect,
|
| const gfx::Transform& draw_transform)
|
| OVERRIDE;
|
| + virtual gfx::Rect UnoccludedContributingSurfaceContentRect(
|
| + gfx::Rect& content_rect,
|
| + gfx::Transform& draw_transform) OVERRIDE;
|
| virtual bool MaybeAppend(scoped_ptr<DrawQuad> draw_quad) OVERRIDE;
|
| virtual void Append(scoped_ptr<DrawQuad> draw_quad) OVERRIDE;
|
|
|
|
|