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

Unified Diff: content/child/web_memory_dump_provider_adapter.cc

Issue 1308523004: Implement GetSkiaTraceMemoryDump and AddSuballocation on chrome blink platform impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web_cache_move
Patch Set: rebase. 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 | « no previous file | content/child/web_process_memory_dump_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_memory_dump_provider_adapter.cc
diff --git a/content/child/web_memory_dump_provider_adapter.cc b/content/child/web_memory_dump_provider_adapter.cc
index 7210a7e58e8b2a2fd450b0dbb579e6c55594b650..ef2cab810f0ab628f41333285b72440cd991f46b 100644
--- a/content/child/web_memory_dump_provider_adapter.cc
+++ b/content/child/web_memory_dump_provider_adapter.cc
@@ -33,7 +33,7 @@ bool WebMemoryDumpProviderAdapter::OnMemoryDump(
NOTREACHED();
return false;
}
- WebProcessMemoryDumpImpl web_pmd_impl(pmd);
+ WebProcessMemoryDumpImpl web_pmd_impl(args.level_of_detail, pmd);
return web_memory_dump_provider_->onMemoryDump(level, &web_pmd_impl);
}
« no previous file with comments | « no previous file | content/child/web_process_memory_dump_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698