Index: ui/gl/gl_surface_egl.cc |
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc |
index 5e849ac538c2056c772c371607c579c2b659e8c9..1b670e137bf5f561cffee2d9afa524e6c22536ae 100644 |
--- a/ui/gl/gl_surface_egl.cc |
+++ b/ui/gl/gl_surface_egl.cc |
@@ -29,6 +29,10 @@ extern "C" { |
} |
#endif |
+#if defined (USE_OZONE) |
+#include "ui/ozone/public/surface_factory_ozone.h" |
+#endif |
+ |
#if !defined(EGL_FIXED_SIZE_ANGLE) |
#define EGL_FIXED_SIZE_ANGLE 0x3201 |
#endif |