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

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: Add args in impl. 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
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 7260803bdf366838c29d59af59ec2c2c9f2307b4..0f080e6d00c82b233b12426406b3ce1eb1dffb1d 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, 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') | content/child/web_process_memory_dump_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698