| Index: gpu/ipc/client/command_buffer_proxy_impl.cc
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.cc b/gpu/ipc/client/command_buffer_proxy_impl.cc
|
| index 6a8dc029d7304b7689664893c09239eca34121e2..be5e67e55e08b8d7823b51c0db0a6099d2c73a0d 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.cc
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.cc
|
| @@ -575,6 +575,11 @@ void CommandBufferProxyImpl::EnsureWorkVisible() {
|
| channel_->ValidateFlushIDReachedServer(stream_id_, true);
|
| }
|
|
|
| +void CommandBufferProxyImpl::EnsureWorkVisibleAsync() {
|
| + if (channel_)
|
| + channel_->FlushPendingStream(stream_id_);
|
| +}
|
| +
|
| gpu::CommandBufferNamespace CommandBufferProxyImpl::GetNamespaceID() const {
|
| return gpu::CommandBufferNamespace::GPU_IO;
|
| }
|
|
|