| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 31da8d1d99cc02e6257910f45827388001fd000b..defc118c3f9fd90269539483ec9adcf24c74df46 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -151,7 +151,7 @@
|
| #include "third_party/WebKit/public/web/WebDocument.h"
|
| #include "third_party/WebKit/public/web/WebFrame.h"
|
| #include "third_party/WebKit/public/web/WebKit.h"
|
| -#include "third_party/WebKit/public/web/WebMemoryPressureListener.h"
|
| +#include "third_party/WebKit/public/web/WebMemoryCoordinator.h"
|
| #include "third_party/WebKit/public/web/WebNetworkStateNotifier.h"
|
| #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/web/WebScriptController.h"
|
| @@ -1916,7 +1916,7 @@ void RenderThreadImpl::OnMemoryPressure(
|
|
|
| // Do not call into blink if it is not initialized.
|
| if (blink_platform_impl_) {
|
| - blink::WebMemoryPressureListener::onMemoryPressure(
|
| + blink::WebMemoryCoordinator::onMemoryPressure(
|
| static_cast<blink::WebMemoryPressureLevel>(memory_pressure_level));
|
|
|
| if (memory_pressure_level ==
|
|
|