| Index: cc/surfaces/display.h
|
| diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
|
| index 97185972c49c38f67406235d55de0935ff0644a1..93606ba6e8c2bb0e974ca5dba0fa515b9709a0ba 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& viewport_rect_for_tile_priority,
|
| + const gfx::Transform& transform_for_tile_priority,
|
| bool resourceless_software_draw) OVERRIDE {}
|
| virtual void SetMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE {}
|
| virtual void SetTreeActivationCallback(
|
|
|