| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 7e88438959d7a932582153afeb7f464d93a8493b..da391afa122c368201fd4008a91fe6086092047b 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -178,7 +178,8 @@ class GpuChannel : public IPC::Listener,
|
| }
|
|
|
| // base::trace_event::MemoryDumpProvider implementation.
|
| - bool OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd) override;
|
| + bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
|
| + base::trace_event::ProcessMemoryDump* pmd) override;
|
|
|
| private:
|
| friend class GpuChannelMessageFilter;
|
|
|