| Index: ui/gfx/gl/gl_bindings_skia_in_process.cc
|
| ===================================================================
|
| --- ui/gfx/gl/gl_bindings_skia_in_process.cc (revision 91704)
|
| +++ ui/gfx/gl/gl_bindings_skia_in_process.cc (working copy)
|
| @@ -443,7 +443,7 @@
|
| switch (gfx::GetGLImplementation()) {
|
| case gfx::kGLImplementationNone:
|
| NOTREACHED();
|
| - break;
|
| + return;
|
| case gfx::kGLImplementationDesktopGL:
|
| binding = kDesktop_GrGLBinding;
|
| break;
|
| @@ -455,7 +455,7 @@
|
| break;
|
| case gfx::kGLImplementationMockGL:
|
| NOTREACHED();
|
| - break;
|
| + return;
|
| }
|
|
|
| static GrGLInterface host_gl_interface = {
|
|
|