summaryrefslogtreecommitdiffstats
path: root/chromium/ui/gl/gl_osmesa_api_implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_osmesa_api_implementation.h')
-rw-r--r--chromium/ui/gl/gl_osmesa_api_implementation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/ui/gl/gl_osmesa_api_implementation.h b/chromium/ui/gl/gl_osmesa_api_implementation.h
index 9d00b126680..66f4a3496a9 100644
--- a/chromium/ui/gl/gl_osmesa_api_implementation.h
+++ b/chromium/ui/gl/gl_osmesa_api_implementation.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GL_OSMESA_API_IMPLEMENTATION_H_
-#define UI_GL_OSMESA_API_IMPLEMENTATION_H_
+#ifndef UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
+#define UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
#include "base/compiler_specific.h"
#include "ui/gl/gl_bindings.h"
@@ -13,8 +13,8 @@ namespace gfx {
class GLContext;
-void InitializeGLBindingsOSMESA();
-void InitializeGLExtensionBindingsOSMESA(GLContext* context);
+void InitializeStaticGLBindingsOSMESA();
+void InitializeDynamicGLBindingsOSMESA(GLContext* context);
void InitializeDebugGLBindingsOSMESA();
void ClearGLBindingsOSMESA();
@@ -57,7 +57,7 @@ class GL_EXPORT TraceOSMESAApi : public OSMESAApi {
} // namespace gfx
-#endif // UI_GL_OSMESA_API_IMPLEMENTATION_H_
+#endif // UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_