| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 7ef54448b6182b75e13c2295d96cb7d5258334c3..714ed173f55fb8bbcd36ac2a0378a837a94bd739 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -834,6 +834,13 @@ void GLES2Implementation::ShallowFlushCHROMIUM() {
|
| // TODO(piman): Add the FreeEverything() logic here.
|
| }
|
|
|
| +void GLES2Implementation::ShallowShallowFlushCHROMIUM() {
|
| + GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glShallowShallowFlushCHROMIUM()");
|
| + // Flush command buffer at the GPU channel level. May be implemented as
|
| + // Flush().
|
| + helper_->CommandBufferHelper::ShallowFlush();
|
| +}
|
| +
|
| void GLES2Implementation::Finish() {
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| FinishHelper();
|
|
|