| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 2ff20c00d02f1b80173faf7ec3ab754f12e3209b..e227fcb08dcd0ce140edc00063e8e1fbe7941056 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -528,6 +528,8 @@ class CONTENT_EXPORT RenderThreadImpl
|
|
|
| std::unique_ptr<WebGraphicsContext3DCommandBufferImpl>
|
| CreateOffscreenContext3d();
|
| + void OnSyncMemoryPressure(
|
| + base::MemoryPressureListener::MemoryPressureLevel memory_pressure_level);
|
|
|
| // These objects live solely on the render thread.
|
| std::unique_ptr<AppCacheDispatcher> appcache_dispatcher_;
|
|
|