| 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 75ac792b19c5d958089c8e1bde8ab6be0c665030..af92e1fc65160f5fbb06226075d9dfc417979b13 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;
|
| }
|
| }
|
| @@ -97,6 +98,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,
|
|
|