| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 07c0f262f5552c362d8205ef0129ccfb4b6c9159..78e0227453323371527447d88dd92339a2b9cf81 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -166,6 +166,7 @@ class CC_EXPORT OutputSurface {
|
| void SetExternalDrawConstraints(const gfx::Transform& transform,
|
| const gfx::Rect& viewport,
|
| const gfx::Rect& clip,
|
| + const gfx::Rect& device_rect_for_tiling,
|
| bool resourceless_software_draw);
|
|
|
| private:
|
|
|