| Index: content/browser/renderer_host/image_transport_factory_android.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory_android.cc b/content/browser/renderer_host/image_transport_factory_android.cc
|
| index 21a6ca4c4ffa27c2e11182c183c2b8582b9bece3..0d0d18ea08f755e615d52dc24d579c6b2f74da52 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.cc
|
| @@ -140,7 +140,7 @@ void CmdBufferImageTransportFactory::AcquireTexture(
|
| }
|
| context_->bindTexture(GL_TEXTURE_2D, texture_id);
|
| context_->consumeTextureCHROMIUM(GL_TEXTURE_2D, mailbox_name);
|
| - context_->flush();
|
| + context_->shallowFlushCHROMIUM();
|
| }
|
|
|
| GLHelper* CmdBufferImageTransportFactory::GetGLHelper() {
|
|
|