Index: content/common/gpu/image_transport_surface_mac.cc |
diff --git a/content/common/gpu/image_transport_surface_mac.cc b/content/common/gpu/image_transport_surface_mac.cc |
index 7db1d8cf9140a342e2de18419360a040b93461de..7152df63696cc2b3f0ec9771b24e3d9f5ca807e8 100644 |
--- a/content/common/gpu/image_transport_surface_mac.cc |
+++ b/content/common/gpu/image_transport_surface_mac.cc |
@@ -436,7 +436,7 @@ scoped_refptr<gfx::GLSurface> ImageTransportSurface::CreateSurface( |
} |
break; |
default: |
- NOTREACHED(); |
+ NOTREACHED() << gfx::GetGLImplementation(); |
Ken Russell (switch to Gerrit)
2013/02/26 20:25:29
This could be more descriptive.
|
return NULL; |
} |
} |