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

Unified Diff: tools/dom/dom.json

Issue 17453003: Fixing an issue where EXTDrawBuffers.drawBuffersEXT was not getting generated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « sdk/lib/web_gl/dartium/web_gl_dartium.dart ('k') | tools/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 67bf2043d81c1e325009efba237a1245a10e8acf..e59913a5307d437e26a910a81e484ba9cd5f4c50 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -2153,7 +2153,8 @@
"DRAW_BUFFER8_EXT": {},
"DRAW_BUFFER9_EXT": {},
"MAX_COLOR_ATTACHMENTS_EXT": {},
- "MAX_DRAW_BUFFERS_EXT": {}
+ "MAX_DRAW_BUFFERS_EXT": {},
+ "drawBuffersEXT": {}
},
"support_level": "stable"
},
@@ -11792,4 +11793,4 @@
},
"support_level": "nonstandard"
}
-}
+}
« no previous file with comments | « sdk/lib/web_gl/dartium/web_gl_dartium.dart ('k') | tools/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698