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

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

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp 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
Index: third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
diff --git a/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp b/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
index 225ee6b90a0ddd70b7ab4bfc33113644e8cef0ed..3c2f0aee58d2934ce06038fe4d96fe606bedefd1 100644
--- a/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
+++ b/third_party/WebKit/Source/web/WebMemoryCoordinator.cpp
@@ -14,4 +14,10 @@ void WebMemoryCoordinator::onMemoryPressure(WebMemoryPressureLevel pressureLevel
MemoryCoordinator::instance().onMemoryPressure(pressureLevel);
}
+void WebMemoryCoordinator::setAllocationMode(WebMemoryAllocationMode mode)
+{
+ // TODO(bashi): Implement. crbug.com/617492
+ NOTIMPLEMENTED();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698