| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 41c84fd1e580c8da8c3e9c053b459fd9c0776226..99acdba69f9d1a513697ab6641f75f580ab94e35 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -148,6 +148,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| GpuCommandBufferStub* share_group,
|
| const gfx::GLSurfaceHandle& handle,
|
| gpu::gles2::MailboxManager* mailbox_manager,
|
| + gpu::gles2::SubscriptionRefSet* subscription_ref_set,
|
| gpu::ValueStateMap* pending_valuebuffer_state,
|
| const gfx::Size& size,
|
| const gpu::gles2::DisallowedFeatures& disallowed_features,
|
| @@ -193,6 +194,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| new GpuCommandBufferMemoryTracker(channel),
|
| channel_->gpu_channel_manager()->shader_translator_cache(),
|
| NULL,
|
| + subscription_ref_set,
|
| pending_valuebuffer_state,
|
| attrib_parser.bind_generates_resource);
|
| }
|
|
|