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

Unified Diff: Source/platform/heap/ThreadState.cpp

Issue 1305383006: Oilpan: Unship CSSValues and AnimatableValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/graphics/filters/FilterOperations.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.cpp
diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp
index cd9b8ece825968d398643ef089d43ba0138c1954..0a6fd801335c6d9fc90f106102700b6123e80776 100644
--- a/Source/platform/heap/ThreadState.cpp
+++ b/Source/platform/heap/ThreadState.cpp
@@ -926,6 +926,8 @@ ThreadState::GCState ThreadState::gcState() const
void ThreadState::runScheduledGC(StackState stackState)
{
+ Heap::reportMemoryUsageForTracing();
+
ASSERT(checkThread());
if (stackState != NoHeapPointersOnStack)
return;
« no previous file with comments | « Source/platform/graphics/filters/FilterOperations.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698