| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index 97185972c49c38f67406235d55de0935ff0644a1..f7084fbbe291520c5d7478d7a399829a4d8bda4e 100644
|
| --- a/cc/surfaces/display.h
|
| +++ b/cc/surfaces/display.h
|
| @@ -61,6 +61,8 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient,
|
| const gfx::Transform& transform,
|
| const gfx::Rect& viewport,
|
| const gfx::Rect& clip,
|
| + const gfx::Rect& external_tiling_rect,
|
| + const gfx::Transform& external_tiling_transform,
|
| bool resourceless_software_draw) OVERRIDE {}
|
| virtual void SetMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE {}
|
| virtual void SetTreeActivationCallback(
|
|
|