| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 25922c8698732081cf7750d02ded974be57e5ea5..e8aae79c4e5226d32ae36b56d3ab185e0e94e828 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -179,6 +179,10 @@ public:
|
| // TileManagerClient implementation.
|
| virtual void ScheduleManageTiles() OVERRIDE;
|
| virtual void ScheduleCheckForCompletedSetPixels() OVERRIDE;
|
| + virtual void SendTileManagerMemoryStats(
|
| + size_t memoryRequiredBytes,
|
| + size_t memoryNiceToHaveBytes,
|
| + size_t memoryUsedBytes) OVERRIDE;
|
|
|
| // OutputSurfaceClient implementation.
|
| virtual void OnVSyncParametersChanged(base::TimeTicks timebase, base::TimeDelta interval) OVERRIDE;
|
|
|