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

Unified Diff: content/gpu/gpu_main.cc

Issue 1406213005: [tracing] Add names to memory-infra dumpers for debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory-infra-runtime
Patch Set: Created 5 years, 2 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/gpu/gpu_main.cc
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index 60f605b1de9deb4f4bda82dcd569cbcde24a4162..f0b6624a5e00cf27e70c795a0f8fde2fb2555ef5 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -392,7 +392,7 @@ int GpuMain(const MainFunctionParams& parameters) {
#if defined(OS_ANDROID)
base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
- tracing::GraphicsMemoryDumpProvider::GetInstance());
+ tracing::GraphicsMemoryDumpProvider::GetInstance(), "Graphics");
#endif
{

Powered by Google App Engine
This is Rietveld 408576698