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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 12851013: Adding web_gl library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index ae82c5af6be5bc251e5e240ccb1cac075ad1e7b7..1e1ee98cfff2df699a8ba274dc3347ff038f4426 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -261,6 +261,7 @@ _element_constructors = {
'indexed_db': {},
'svg': _svg_element_constructors,
'web_audio': {},
+ 'web_gl': {},
'web_sql': {},
}
@@ -281,6 +282,10 @@ _factory_ctr_strings = {
'provider_name': 'document',
'constructor_name': '$dom_createElement'
},
+ 'web_gl': {
+ 'provider_name': 'document',
+ 'constructor_name': '$dom_createElement'
+ },
'web_sql': {
'provider_name': 'document',
'constructor_name': '$dom_createElement'

Powered by Google App Engine
This is Rietveld 408576698