Index: ui/gl/gl_implementation.cc |
diff --git a/ui/gl/gl_implementation.cc b/ui/gl/gl_implementation.cc |
index 9d6b34ea1c7f8696f79a629d9e67e0ed1032869d..4c11b5d7d17d4e0e818efe49b77d5a5f268c3ed2 100644 |
--- a/ui/gl/gl_implementation.cc |
+++ b/ui/gl/gl_implementation.cc |
@@ -69,6 +69,10 @@ EGLApi* g_current_egl_context; |
EGLApi* g_current_egl_context; |
+#elif defined(CHROMECAST_BUILD) |
+ |
+EGLApi* g_current_egl_context; |
+ |
#endif |
GLImplementation GetNamedGLImplementation(const std::string& name) { |