| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index b5488ed97d1b710d3cb2834ceb560a4a0515bafc..d33c7c7adcb3b219a9245e21318e841fe739b7e8 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -88,7 +88,7 @@ class GpuChannelHost : public IPC::Sender,
|
| base::WaitableEvent* shutdown_event,
|
| gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager);
|
|
|
| - static const int32 kDefaultStreamId = 0;
|
| + static const int32 kDefaultStreamId = -1;
|
| static const GpuStreamPriority kDefaultStreamPriority =
|
| GpuStreamPriority::NORMAL;
|
|
|
| @@ -116,6 +116,8 @@ class GpuChannelHost : public IPC::Sender,
|
| bool put_offset_changed,
|
| bool do_flush);
|
|
|
| + void FlushPendingStream(int32 stream_id);
|
| +
|
| // Create and connect to a command buffer in the GPU process.
|
| scoped_ptr<CommandBufferProxyImpl> CreateViewCommandBuffer(
|
| int32 surface_id,
|
|
|