| Index: content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| index 21c81ca1424050eb251aa33f19480bbe3438d052..545730052b48100612c35a89c0208c8a4588de17 100644
|
| --- a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| +++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
|
| @@ -261,7 +261,11 @@ void BrowserGpuMemoryBufferManager::SetDestructionSyncPoint(
|
| }
|
|
|
| bool BrowserGpuMemoryBufferManager::OnMemoryDump(
|
| + const base::trace_event::MemoryDumpArgs& args,
|
| base::trace_event::ProcessMemoryDump* pmd) {
|
| + // TODO(ssid): Use MemoryDumpArgs to create light dumps when requested
|
| + // (crbug.com/499731).
|
| +
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|
| for (const auto& client : clients_) {
|
|
|