| Index: content/common/gpu/image_transport_surface_android.cc
|
| ===================================================================
|
| --- content/common/gpu/image_transport_surface_android.cc (revision 206508)
|
| +++ content/common/gpu/image_transport_surface_android.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
| GpuSurfaceLookup::GetInstance()->AcquireNativeWidget(
|
| stub->surface_id());
|
| scoped_refptr<gfx::GLSurface> surface =
|
| - new gfx::NativeViewGLSurfaceEGL(false, window);
|
| + new gfx::NativeViewGLSurfaceEGL(window);
|
| bool initialize_success = surface->Initialize();
|
| if (window)
|
| ANativeWindow_release(window);
|
|
|