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

Unified Diff: client/dom/generated/src/frog/OESVertexArrayObject.dart

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 years, 1 month 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: client/dom/generated/src/frog/OESVertexArrayObject.dart
diff --git a/client/dom/generated/src/frog/OESVertexArrayObject.dart b/client/dom/generated/src/frog/OESVertexArrayObject.dart
index ebd0824d83e5438b51e09f25e298357029c7e723..d131aa9ea444aa4328a75b9bb8aef3205906c5fd 100644
--- a/client/dom/generated/src/frog/OESVertexArrayObject.dart
+++ b/client/dom/generated/src/frog/OESVertexArrayObject.dart
@@ -1,6 +1,8 @@
class OESVertexArrayObject native "*OESVertexArrayObject" {
+ static final int VERTEX_ARRAY_BINDING_OES = 0x85B5;
+
void bindVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) native;
WebGLVertexArrayObjectOES createVertexArrayOES() native;

Powered by Google App Engine
This is Rietveld 408576698