Index: mojo/gles2/gles2_impl.cc |
diff --git a/mojo/gles2/gles2_impl.cc b/mojo/gles2/gles2_impl.cc |
index a77405f7a91690c56037f963cb56292a52b66d92..3d46ecd7f6cff94c09a86ec5a519db53769410ae 100644 |
--- a/mojo/gles2/gles2_impl.cc |
+++ b/mojo/gles2/gles2_impl.cc |
@@ -6,6 +6,7 @@ |
#include "base/lazy_instance.h" |
#include "base/threading/thread_local.h" |
+#include "gpu/GLES2/gl2extchromium.h" |
jamesr
2014/08/13 04:54:17
i added this and the GL_GLEXT_PROTOTYPES define to
|
#include "gpu/command_buffer/client/gles2_interface.h" |
#include "mojo/gles2/gles2_context.h" |
@@ -65,6 +66,8 @@ void* MojoGLES2GetContextSupport(MojoGLES2Context context) { |
return g_gpu_interface.Get().Get()->Function ARGUMENTS; \ |
} |
#include "mojo/public/c/gles2/gles2_call_visitor_autogen.h" |
+#include "mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h" |
+#include "mojo/public/c/gles2/gles2_call_visitor_chromium_texture_mailbox_autogen.h" |
#undef VISIT_GL_CALL |
} // extern "C" |