Index: gpu/command_buffer/client/gles2_c_lib.cc |
diff --git a/gpu/command_buffer/client/gles2_c_lib.cc b/gpu/command_buffer/client/gles2_c_lib.cc |
index 0bed5f8f40180e727dde69a364322875bb0ea81d..ed3e0090cbd63d8aaa65ccf3be52891ad55ba3da 100644 |
--- a/gpu/command_buffer/client/gles2_c_lib.cc |
+++ b/gpu/command_buffer/client/gles2_c_lib.cc |
@@ -11,6 +11,7 @@ |
#define GL_GLEXT_PROTOTYPES |
#endif |
#include <GLES2/gl2ext.h> |
+#include <GLES2/gl2extchromium.h> |
extern "C" { |
// Include the auto-generated part of this file. We split this because it means |