| 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..b5bebcd1d8d324816a97e732872d5293fdeec632 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -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,
|
|
|