| Index: ui/gl/gl_implementation_osmesa.h
|
| diff --git a/ui/gl/gl_implementation_osmesa.h b/ui/gl/gl_implementation_osmesa.h
|
| index c4bc8390489236f8c7cb4ba22b1b2473633c14f9..ba08e3f7ee3ff9c21427d30a52e43b13f8b841ed 100644
|
| --- a/ui/gl/gl_implementation_osmesa.h
|
| +++ b/ui/gl/gl_implementation_osmesa.h
|
| @@ -2,16 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GL_GL_IMPLEMENTATION_OSMESA_
|
| -#define UI_GL_GL_IMPLEMENTATION_OSMESA_
|
| +#ifndef UI_GL_GL_IMPLEMENTATION_OSMESA_H_
|
| +#define UI_GL_GL_IMPLEMENTATION_OSMESA_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/native_library.h"
|
| +#include "ui/gl/gl_export.h"
|
|
|
| namespace gl {
|
|
|
| -bool InitializeStaticGLBindingsOSMesaGL();
|
| +GL_EXPORT bool InitializeStaticGLBindingsOSMesaGL();
|
|
|
| } // namespace gl
|
|
|
| -#endif // UI_GL_GL_IMPLEMENTATION_OSMESA_
|
| +#endif // UI_GL_GL_IMPLEMENTATION_OSMESA_H_
|
|
|