Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: ui/cc/stubs/GraphicsContext3D.h

Issue 10701016: Initial import attempt, just to play with. Many things disabled/removed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/cc/stubs/Extensions3DChromium.h ('k') | ui/cc/stubs/GraphicsTypes3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
+
« no previous file with comments | « ui/cc/stubs/Extensions3DChromium.h ('k') | ui/cc/stubs/GraphicsTypes3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698