summaryrefslogtreecommitdiff
path: root/chromium/content/common/gpu/gpu_channel_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/gpu/gpu_channel_manager.h')
-rw-r--r--chromium/content/common/gpu/gpu_channel_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/common/gpu/gpu_channel_manager.h b/chromium/content/common/gpu/gpu_channel_manager.h
index eb4d224d9b7..1ab04d94324 100644
--- a/chromium/content/common/gpu/gpu_channel_manager.h
+++ b/chromium/content/common/gpu/gpu_channel_manager.h
@@ -90,6 +90,8 @@ class GpuChannelManager : public IPC::Listener,
gpu::gles2::ProgramCache* program_cache();
+ gpu::gles2::MailboxManager* mailbox_manager() { return mailbox_manager_.get(); }
+
GpuMemoryManager* gpu_memory_manager() { return &gpu_memory_manager_; }
GpuEventsDispatcher* gpu_devtools_events_dispatcher() {