| 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 6f69a2a3d86ae4c8502aa4ec2337b262a70ef548..2fe5daf2104d94c785b8f069e604a5c535a84165 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -33,6 +33,7 @@
|
|
|
| namespace gpu {
|
| struct Mailbox;
|
| +class ValueStateMap;
|
| namespace gles2 {
|
| class MailboxManager;
|
| }
|
| @@ -69,6 +70,7 @@ class GpuCommandBufferStub
|
| GpuCommandBufferStub* share_group,
|
| const gfx::GLSurfaceHandle& handle,
|
| gpu::gles2::MailboxManager* mailbox_manager,
|
| + gpu::ValueStateMap* pending_valuebuffer_state,
|
| const gfx::Size& size,
|
| const gpu::gles2::DisallowedFeatures& disallowed_features,
|
| const std::vector<int32>& attribs,
|
|
|