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

Unified Diff: cc/stubs/Extensions3D.h

Issue 10828381: libcc and webkit_compositor targets + stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slightly better scripts and updated README Created 8 years, 4 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
Index: cc/stubs/Extensions3D.h
diff --git a/cc/stubs/Extensions3D.h b/cc/stubs/Extensions3D.h
new file mode 100644
index 0000000000000000000000000000000000000000..786c5bcd1b6d8f1d13fafa774279ed56e4a995c8
--- /dev/null
+++ b/cc/stubs/Extensions3D.h
@@ -0,0 +1,22 @@
+#ifndef CC_STUBS_EXTENSIONS3D_H_
+#define CC_STUBS_EXTENSIONS3D_H_
+
+#include "third_party/khronos/GLES2/gl2.h"
+#include "third_party/khronos/GLES2/gl2ext.h"
+
+namespace WebCore {
+
+class Extensions3D {
+public:
+ enum {
+ TEXTURE_RECTANGLE_ARB = GL_TEXTURE_RECTANGLE_ARB,
+ BGRA_EXT = GL_BGRA_EXT,
+ RGBA8_OES = GL_RGBA8_OES,
+ };
+};
+
+}
+
+
+#endif // CC_STUBS_EXTENSIONS3D_H_
+
« no previous file with comments | « cc/copyfiles.py ('k') | cc/stubs/Extensions3DChromium.h » ('j') | cc/test/RunAllTests.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698