| Index: content/common/gpu/image_transport_surface_mac.mm
|
| diff --git a/content/common/gpu/image_transport_surface_mac.mm b/content/common/gpu/image_transport_surface_mac.mm
|
| index 3a48063c7a008ee7aa46eb68f178d88a4903ed37..0b8079965e1ef7eaf17c0a41c6b73583c3910a87 100644
|
| --- a/content/common/gpu/image_transport_surface_mac.mm
|
| +++ b/content/common/gpu/image_transport_surface_mac.mm
|
| @@ -43,7 +43,7 @@ scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateNativeSurface(
|
| GpuCommandBufferStub* stub,
|
| const gfx::GLSurfaceHandle& surface_handle) {
|
| DCHECK(surface_handle.transport_type == gfx::NATIVE_DIRECT ||
|
| - surface_handle.transport_type == gfx::NATIVE_TRANSPORT);
|
| + surface_handle.transport_type == gfx::NULL_TRANSPORT);
|
|
|
| switch (gfx::GetGLImplementation()) {
|
| case gfx::kGLImplementationDesktopGL:
|
|
|