| 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 431511acecd016f7d2677189d30f4af4cda02245..336058309c2d360507a9a8c3515e5be316aa9550 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32952,6 +32952,10 @@ class _DataAttributeMap implements Map<String, String> {
|
| * If the CanvasImageSource is a [CanvasElement] then the element's bitmap is
|
| * used.
|
| *
|
| + * ** Note: ** Currently, all versions of Internet Explorer do not support
|
| + * drawing a VideoElement to a canvas. Also, you may experience problems drawing
|
| + * a video to a canvas in Firefox if the source of the video is a data URL.
|
| + *
|
| * See also:
|
| *
|
| * * [CanvasImageSource](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#image-sources-for-2d-rendering-contexts)
|
|
|