diff options
Diffstat (limited to 'ui/gl/gl_surface_egl.cc')
-rw-r--r-- | ui/gl/gl_surface_egl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc index e9a9618..9aa0816 100644 --- a/ui/gl/gl_surface_egl.cc +++ b/ui/gl/gl_surface_egl.cc @@ -23,6 +23,8 @@ extern "C" { } #endif +using ui::GetLastEGLErrorString; + namespace gfx { namespace { |