Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 98703d187e602e23732fae3f0348337cf87ba1f8..2bb79b6c770279758d40d304627fbcd52b267a4e 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -40,6 +40,7 @@ class GpuWatchdog; |
namespace gpu { |
namespace gles2 { |
+class ImageManager; |
class MailboxManager; |
} |
} |
@@ -99,6 +100,7 @@ class GpuCommandBufferStub |
GpuCommandBufferStub* share_group, |
const gfx::GLSurfaceHandle& handle, |
gpu::gles2::MailboxManager* mailbox_manager, |
+ gpu::gles2::ImageManager* image_manager, |
const gfx::Size& size, |
const gpu::gles2::DisallowedFeatures& disallowed_features, |
const std::string& allowed_extensions, |