| 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 8165d152605935e64094df83d6c76adf2c60fd9d..2f05bb4f0ffed1a356e6ff19f39aa77463c530bb 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -32964,6 +32964,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)
|
|
|