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