Index: ui/gl/egl_util.h |
diff --git a/ui/gl/egl_util.h b/ui/gl/egl_util.h |
index c0fe4ce09edacdf0d398206f9258bbb51a0b3c3d..0ef9095255d9e0f454c2b88d297ff7b86ddf17a5 100644 |
--- a/ui/gl/egl_util.h |
+++ b/ui/gl/egl_util.h |
@@ -5,10 +5,12 @@ |
#ifndef UI_GL_EGL_UTIL_H_ |
#define UI_GL_EGL_UTIL_H_ |
+#include "ui/gl/gl_export.h" |
+ |
namespace ui { |
// Returns the last EGL error as a string. |
-const char* GetLastEGLErrorString(); |
+GL_EXPORT const char* GetLastEGLErrorString(); |
} // namespace ui |