Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 7fc6baf2b86bff1e284b4e3212278e2aacdc2ad3..1484c1323160c370d21e5780f1197bf96eeb039b 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -92,6 +92,8 @@ class GpuChannel : public IPC::Channel::Listener, |
GpuCommandBufferStub* LookupCommandBuffer(int32 route_id); |
+ std::vector<GpuCommandBufferStub*> GetCommandBuffers(); |
+ |
void LoseAllContexts(); |
// Destroy channel and all contained contexts. |