Index: ui/cc/stubs/GraphicsTypes3D.h |
diff --git a/ui/cc/stubs/GraphicsTypes3D.h b/ui/cc/stubs/GraphicsTypes3D.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..554d79fde56f50eeed7da42b80a828c2d01feb5b |
--- /dev/null |
+++ b/ui/cc/stubs/GraphicsTypes3D.h |
@@ -0,0 +1,9 @@ |
+#ifndef UI_CC_STUBS_GRAPHICSTYPES3D_H_ |
+#define UI_CC_STUBS_GRAPHICSTYPES3D_H_ |
+ |
+typedef unsigned GC3Denum; |
+typedef unsigned Platform3DObject; |
+typedef int GC3Dint; |
+ |
+#endif // UI_CC_STUBS_GRAPHICSTYPES3D_H_ |
+ |