| 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 dd4ec6eb35af993cffdea923e779dc2adfe9340d..7080ddc5d9a4f894c1b261fa77b0cf74965de000 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.cc
|
| @@ -88,7 +88,8 @@ CmdBufferImageTransportFactory::CmdBufferImageTransportFactory() {
|
| gpu_channel_host.get(),
|
| attrs,
|
| false,
|
| - limits));
|
| + limits,
|
| + NULL));
|
| context_->setContextLostCallback(context_lost_listener_.get());
|
| if (context_->makeContextCurrent())
|
| context_->pushGroupMarkerEXT(
|
|
|