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

Unified Diff: content/browser/gpu/browser_gpu_channel_host_factory.cc

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: Key texture manager memory dump provider registration off of memory_tracker_ Created 5 years, 4 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/browser/gpu/browser_gpu_channel_host_factory.cc
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
index 750a8e4365f79e6f16e45ff7ef62a206710cce3d..e45b4061743ae24ee5f28a615f366a1281ed4b0a 100644
--- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
@@ -236,7 +236,8 @@ BrowserGpuChannelHostFactory::BrowserGpuChannelHostFactory()
gpu_client_tracing_id_(ChildProcessHost::kBrowserTracingProcessId),
shutdown_event_(new base::WaitableEvent(true, false)),
gpu_memory_buffer_manager_(
- new BrowserGpuMemoryBufferManager(gpu_client_id_)),
+ new BrowserGpuMemoryBufferManager(gpu_client_id_,
+ gpu_client_tracing_id_)),
gpu_host_id_(0) {}
BrowserGpuChannelHostFactory::~BrowserGpuChannelHostFactory() {
« no previous file with comments | « content/browser/compositor/buffer_queue_unittest.cc ('k') | content/browser/gpu/browser_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698