Index: content/common/gpu/image_transport_surface_linux.cc |
=================================================================== |
--- content/common/gpu/image_transport_surface_linux.cc (revision 171661) |
+++ content/common/gpu/image_transport_surface_linux.cc (working copy) |
@@ -16,6 +16,7 @@ |
scoped_refptr<gfx::GLSurface> surface; |
if (!handle.handle) { |
DCHECK(handle.transport); |
+ DCHECK(handle.parent_client_id); |
surface = new TextureImageTransportSurface(manager, stub, handle); |
} else { |
surface = gfx::GLSurface::CreateViewGLSurface(false, handle.handle); |