| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 4344f04e05822f138632691612480f748f3e8b48..0a3f550031d513b9ca0997eb3eef15e8fb5f4e4b 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -392,7 +392,8 @@ int GpuMain(const MainFunctionParams& parameters) {
|
|
|
| #if defined(OS_ANDROID)
|
| base::trace_event::MemoryDumpManager::GetInstance()->RegisterDumpProvider(
|
| - tracing::GraphicsMemoryDumpProvider::GetInstance());
|
| + tracing::GraphicsMemoryDumpProvider::GetInstance(), "AndroidGraphics",
|
| + nullptr);
|
| #endif
|
|
|
| {
|
|
|