Chromium Code Reviews| Index: ui/gl/gl_surface_mac.cc |
| diff --git a/ui/gl/gl_surface_mac.cc b/ui/gl/gl_surface_mac.cc |
| index cd93cb00a3bcaba7771ea1fbe7fedd786db65262..c5751204d26594045c684ee627ff54bbac5804e2 100644 |
| --- a/ui/gl/gl_surface_mac.cc |
| +++ b/ui/gl/gl_surface_mac.cc |
| @@ -43,7 +43,7 @@ scoped_refptr<GLSurface> GLSurface::CreateViewGLSurface( |
| case kGLImplementationMockGL: |
| return new GLSurfaceStub; |
| default: |
| - NOTREACHED(); |
| + NOTREACHED() << GetGLImplementation(); |
| return NULL; |
| } |
| } |