Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: ui/gl/gl_bindings_autogen_osmesa.h

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_bindings_autogen_glx.h ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_autogen_osmesa.h
diff --git a/ui/gl/gl_bindings_autogen_osmesa.h b/ui/gl/gl_bindings_autogen_osmesa.h
index 8a6bb6699a0804fc79a2143ba15cf6527c8eda00..9b88f6ba27c52331c6ebb7a2cb9f2fe29b2c1853 100644
--- a/ui/gl/gl_bindings_autogen_osmesa.h
+++ b/ui/gl/gl_bindings_autogen_osmesa.h
@@ -8,8 +8,8 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-#ifndef UI_GFX_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
-#define UI_GFX_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
+#ifndef UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
+#define UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
namespace gfx {
@@ -120,4 +120,4 @@ class GL_EXPORT OSMESAApi {
#define OSMesaMakeCurrent ::gfx::g_current_osmesa_context->OSMesaMakeCurrentFn
#define OSMesaPixelStore ::gfx::g_current_osmesa_context->OSMesaPixelStoreFn
-#endif // UI_GFX_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
+#endif // UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
« no previous file with comments | « ui/gl/gl_bindings_autogen_glx.h ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698