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

Unified Diff: Source/platform/MemoryPurgeController.cpp

Issue 1335373003: Have a Page's MemoryPurgeController be a separate allocation also. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « Source/platform/MemoryPurgeController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/MemoryPurgeController.cpp
diff --git a/Source/platform/MemoryPurgeController.cpp b/Source/platform/MemoryPurgeController.cpp
index 03d09cb95b804d59bbbc4cfb0e903dfd82f368a0..0fc4d2b042942d3cd19675c8c062a63be0fc1c89 100644
--- a/Source/platform/MemoryPurgeController.cpp
+++ b/Source/platform/MemoryPurgeController.cpp
@@ -14,6 +14,8 @@ MemoryPurgeController::MemoryPurgeController()
{
}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MemoryPurgeController);
+
void MemoryPurgeController::purgeMemory(MemoryPurgeMode purgeMode)
{
for (auto& client : m_clients)
« no previous file with comments | « Source/platform/MemoryPurgeController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698