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

Unified Diff: ui/gl/gl_bindings_autogen_gl.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_egl.h ('k') | ui/gl/gl_bindings_autogen_glx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_autogen_gl.h
diff --git a/ui/gl/gl_bindings_autogen_gl.h b/ui/gl/gl_bindings_autogen_gl.h
index 7019e7d83d1f38b85ad062e97aaf7c28c7eea152..73ff63b9c57f26518f1ffac79acf1c426bfeebd7 100644
--- a/ui/gl/gl_bindings_autogen_gl.h
+++ b/ui/gl/gl_bindings_autogen_gl.h
@@ -8,8 +8,8 @@
// clang-format -i -style=chromium filename
// DO NOT EDIT!
-#ifndef UI_GFX_GL_GL_BINDINGS_AUTOGEN_GL_H_
-#define UI_GFX_GL_GL_BINDINGS_AUTOGEN_GL_H_
+#ifndef UI_GL_GL_BINDINGS_AUTOGEN_GL_H_
+#define UI_GL_GL_BINDINGS_AUTOGEN_GL_H_
namespace gfx {
@@ -2745,4 +2745,4 @@ class GL_EXPORT GLApi {
#define glViewport ::gfx::g_current_gl_context->glViewportFn
#define glWaitSync ::gfx::g_current_gl_context->glWaitSyncFn
-#endif // UI_GFX_GL_GL_BINDINGS_AUTOGEN_GL_H_
+#endif // UI_GL_GL_BINDINGS_AUTOGEN_GL_H_
« no previous file with comments | « ui/gl/gl_bindings_autogen_egl.h ('k') | ui/gl/gl_bindings_autogen_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698