diff options
Diffstat (limited to 'ui/gl/egl_util.h')
-rw-r--r-- | ui/gl/egl_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gl/egl_util.h b/ui/gl/egl_util.h index 0ef9095..e2b2ffc 100644 --- a/ui/gl/egl_util.h +++ b/ui/gl/egl_util.h @@ -5,10 +5,13 @@ #ifndef UI_GL_EGL_UTIL_H_ #define UI_GL_EGL_UTIL_H_ +#include "base/basictypes.h" #include "ui/gl/gl_export.h" namespace ui { +GL_EXPORT const char* GetEGLErrorString(uint32_t error); + // Returns the last EGL error as a string. GL_EXPORT const char* GetLastEGLErrorString(); |