Chromium Code Reviews| Index: ui/gl/gl_bindings.h |
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h |
| index d45b743a51c0c7376cf66597b5b0eff0056cacfc..ee1e466976687c8d72e2acc5497c25115d9ea3e4 100644 |
| --- a/ui/gl/gl_bindings.h |
| +++ b/ui/gl/gl_bindings.h |
| @@ -39,13 +39,13 @@ |
| #elif defined(USE_GLX) |
| #include <GL/glx.h> |
| #include <GL/glxext.h> |
| +#endif |
| // Undefine some macros defined by X headers. This is why this file should only |
| // be included in .cc files. |
| #undef Bool |
| #undef None |
| #undef Status |
| -#endif |
| // GLES2 defines not part of Desktop GL |