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

Unified Diff: tools/dom/dom.json

Issue 16997002: Adding WebGL context events to Canvas. (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/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/htmleventgenerator.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 6cccf768fe1aa24b3103835e200dc872143528c8..67bf2043d81c1e325009efba237a1245a10e8acf 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -3281,6 +3281,12 @@
"HTMLCanvasElement": {},
"getContext": {},
"height": {},
+ "onwebglcontextlost": {
+ "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.2"
+ },
+ "onwebglcontextrestored": {
+ "comment": "http://www.khronos.org/registry/webgl/specs/latest/#5.15.3"
+ },
"toDataURL": {},
"width": {}
},
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/htmleventgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698