| 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 f622f0a1dbc4a2bb26dd67200fa321b4469c1d6d..391ec9bd9c1abe5e18c8f20b72fe2ddc7e63a1ba 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.cc
|
| @@ -82,14 +82,12 @@ CmdBufferImageTransportFactory::CmdBufferImageTransportFactory() {
|
| 3 * full_screen_texture_size_in_bytes, kDefaultMaxTransferBufferSize);
|
| limits.mapped_memory_reclaim_limit =
|
| WebGraphicsContext3DCommandBufferImpl::kNoLimit;
|
| - bool bind_generates_resource = false;
|
| bool lose_context_when_out_of_memory = false;
|
| context_.reset(
|
| new WebGraphicsContext3DCommandBufferImpl(0, // offscreen
|
| url,
|
| gpu_channel_host.get(),
|
| attrs,
|
| - bind_generates_resource,
|
| lose_context_when_out_of_memory,
|
| limits,
|
| NULL));
|
|
|