| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 8634f672e5ae6c6e62c62f123437fb55b1877a8a..202efcc508e410f58869f05c60e42548c8fc32e0 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -1322,6 +1322,16 @@ class CanvasElement extends HtmlElement implements CanvasImageSource {
|
| /** An API for drawing on this canvas. */
|
| CanvasRenderingContext2D get context2D => getContext('2d');
|
|
|
| + /**
|
| + * Returns a new Web GL context for this canvas.
|
| + *
|
| + * ## Other resources
|
| + *
|
| + * * [WebGL fundamentals]
|
| + * (http://www.html5rocks.com/en/tutorials/webgl/webgl_fundamentals/) from
|
| + * HTML5Rocks.
|
| + * * [WebGL homepage] (http://get.webgl.org/).
|
| + */
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX)
|
| @Experimental()
|
|
|