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

Unified Diff: skia/ext/skia_memory_dump_provider.cc

Issue 1324453008: Implement the getRequestDetails api in chrome side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@skia_expose
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
Index: skia/ext/skia_memory_dump_provider.cc
diff --git a/skia/ext/skia_memory_dump_provider.cc b/skia/ext/skia_memory_dump_provider.cc
index 52522e11869194022778dc0c92d7d055146e24f0..9d576ebf77a6931f7ffa60ccdadb672c567c9a8e 100644
--- a/skia/ext/skia_memory_dump_provider.cc
+++ b/skia/ext/skia_memory_dump_provider.cc
@@ -35,9 +35,7 @@ bool SkiaMemoryDumpProvider::OnMemoryDump(
base::trace_event::MemoryAllocatorDump::kUnitsObjects,
SkGraphics::GetFontCacheCountUsed());
- // TODO(ssid): Use MemoryDumpArgs to create light dumps when requested
- // (crbug.com/499731).
- SkTraceMemoryDump_Chrome skia_dumper(process_memory_dump);
+ SkTraceMemoryDump_Chrome skia_dumper(args, process_memory_dump);
SkGraphics::DumpMemoryStatistics(&skia_dumper);
return true;
« skia/ext/SkTraceMemoryDump_chrome.h ('K') | « skia/ext/SkTraceMemoryDump_chrome.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698