| Index: cc/raster/staging_buffer_pool.h
|
| diff --git a/cc/raster/staging_buffer_pool.h b/cc/raster/staging_buffer_pool.h
|
| index 528d0315448451de36cd8389c0a2b8b60d489bcb..41b8439da0ee3c839d7ae77d8b1436a5d8223e3f 100644
|
| --- a/cc/raster/staging_buffer_pool.h
|
| +++ b/cc/raster/staging_buffer_pool.h
|
| @@ -91,6 +91,7 @@ class CC_EXPORT StagingBufferPool
|
|
|
| // Overriden from base::MemoryCoordinatorClient.
|
| void OnMemoryStateChange(base::MemoryState state) override;
|
| + void OnPurgeMemory() override;
|
|
|
| scoped_refptr<base::SequencedTaskRunner> task_runner_;
|
| ContextProvider* const worker_context_provider_;
|
|
|