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

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 12077039: Adding supported checks for WebGL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index e823e52c97ce77b47b08667f3229361c029f011b..032795fb36fef371d260d8e89b783fa4277761a9 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -44,6 +44,9 @@ interface Console {
interface HTMLCanvasElement {
[Suppressed] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type) raises(DOMException);
[Custom] DOMString toDataURL([TreatNullAs=NullString, TreatUndefinedAs=NullString,Optional=DefaultIsUndefined] in DOMString type, [Optional] in float quality) raises(DOMException);
+
+ [Suppressed] DOMObject getContext([Optional=DefaultIsUndefined] in DOMString contextId);
+ [Custom] CanvasRenderingContext getContext([Optional=DefaultIsUndefined] in DOMString contextId, [Optional] in Dictionary attrs);
sra1 2013/01/29 02:17:34 Drop the [Optional=DefaultIsUndefined] The generat
blois 2013/01/29 21:50:08 Done.
};
[Supplemental]

Powered by Google App Engine
This is Rietveld 408576698