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