Index: content/common/gpu/image_transport_surface_win.cc |
diff --git a/content/common/gpu/image_transport_surface_win.cc b/content/common/gpu/image_transport_surface_win.cc |
index fe99b79b52155915d45a73a4dfe288eeaa607ca2..1331e7dcc48bb63ef25c2cee4b5912447482b6ed 100644 |
--- a/content/common/gpu/image_transport_surface_win.cc |
+++ b/content/common/gpu/image_transport_surface_win.cc |
@@ -246,7 +246,6 @@ scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface( |
// coming from a renderer and we want to render the webpage contents to a |
// texture. |
DCHECK(handle.transport); |
- DCHECK(handle.parent_client_id); |
surface = new TextureImageTransportSurface(manager, stub, handle); |
} else { |
if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2 && |