Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 62a495baacbc6f47efc3145e7c9ef4d219d3ebf3..da16f3417385a7afd26a0f2b476948d54d7a29f7 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -183,6 +183,10 @@ class CONTENT_EXPORT GpuChannel |
// are completed. |
void HandleOutOfOrderMessage(const IPC::Message& msg); |
+#if defined(OS_ANDROID) |
+ const GpuCommandBufferStub* GetOneStub() const; |
+#endif |
+ |
protected: |
// The message filter on the io thread. |
scoped_refptr<GpuChannelMessageFilter> filter_; |