| 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
|
|
|
| {
|
|
|