| Index: content/common/gpu/image_transport_surface_linux.cc
|
| ===================================================================
|
| --- content/common/gpu/image_transport_surface_linux.cc (revision 206508)
|
| +++ content/common/gpu/image_transport_surface_linux.cc (working copy)
|
| @@ -15,7 +15,7 @@
|
| DCHECK(handle.transport_type == gfx::NATIVE_DIRECT ||
|
| handle.transport_type == gfx::NATIVE_TRANSPORT);
|
| scoped_refptr<gfx::GLSurface> surface =
|
| - gfx::GLSurface::CreateViewGLSurface(false, handle.handle);
|
| + gfx::GLSurface::CreateViewGLSurface(handle.handle);
|
| if (!surface.get())
|
| return surface;
|
| return scoped_refptr<gfx::GLSurface>(new PassThroughImageTransportSurface(
|
|
|