| 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 9b3de30361b89e26b425dcad7611f12e22990910..1c5d89168075f105fc77efce04b14c33c38cffee 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.cc
|
| @@ -79,11 +79,13 @@ CmdBufferImageTransportFactory::CmdBufferImageTransportFactory() {
|
| 3 * full_screen_texture_size_in_bytes, kDefaultMaxTransferBufferSize);
|
| limits.mapped_memory_reclaim_limit =
|
| WebGraphicsContext3DCommandBufferImpl::kNoLimit;
|
| + bool use_echo_for_swap_ack = true;
|
| context_.reset(
|
| new WebGraphicsContext3DCommandBufferImpl(0, // offscreen
|
| url,
|
| gpu_channel_host.get(),
|
| swap_client,
|
| + use_echo_for_swap_ack,
|
| attrs,
|
| false,
|
| limits));
|
|
|