Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Unified Diff: third_party/WebKit/Source/web/WebMemoryCoordinator.cpp

Issue 2071213002: Rename WebMemoryPressureListener -> WebMemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/web/WebMemoryPressureListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
diff --git a/third_party/WebKit/Source/web/WebMemoryPressureListener.cpp b/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
similarity index 73%
rename from third_party/WebKit/Source/web/WebMemoryPressureListener.cpp
rename to third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
index e652306a3c8b344e6c2b6edab1964f1dd9524a09..aa1c71e1c2138a288346ad2209b949f357bc3f8a 100644
--- a/third_party/WebKit/Source/web/WebMemoryPressureListener.cpp
+++ b/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "public/web/WebMemoryPressureListener.h"
+#include "public/web/WebMemoryCoordinator.h"
#include "core/page/Page.h"
#include "platform/MemoryPurgeController.h"
namespace blink {
-void WebMemoryPressureListener::onMemoryPressure(WebMemoryPressureLevel pressureLevel)
+void WebMemoryCoordinator::onMemoryPressure(WebMemoryPressureLevel pressureLevel)
{
Page::onMemoryPressure();
MemoryPurgeController::onMemoryPressure(pressureLevel);
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/web/WebMemoryPressureListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698