Index: ui/cc/stubs/GraphicsContext3D.h |
diff --git a/ui/cc/stubs/GraphicsContext3D.h b/ui/cc/stubs/GraphicsContext3D.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30a8b0c395b53c52764654a84a72b2c40d10e18b |
--- /dev/null |
+++ b/ui/cc/stubs/GraphicsContext3D.h |
@@ -0,0 +1,9 @@ |
+#ifndef UI_CC_STUBS_GRAPHICSCONTEXT3D_H_ |
+#define UI_CC_STUBS_GRAPHICSCONTEXT3D_H_ |
+ |
+#include "GraphicsTypes3D.h" |
+#include "third_party/khronos/GLES2/gl2.h" |
+#include "third_party/khronos/GLES2/gl2ext.h" |
+ |
+#endif // UI_CC_STUBS_GRAPHICSCONTEXT3D_H_ |
+ |