Chromium Code Reviews| Index: core/html/ImageData.idl |
| diff --git a/core/html/ImageData.idl b/core/html/ImageData.idl |
| index f6274b416126382b2f030157546c163041cc7087..44f6977b65333800da7c0e26e96e8a208b2439f4 100644 |
| --- a/core/html/ImageData.idl |
| +++ b/core/html/ImageData.idl |
| @@ -40,5 +40,6 @@ |
| readonly attribute long width; |
| readonly attribute long height; |
| // TODO(philipj): Expose data. |
| - // readonly attribute Uint8ClampedArray data; |
| + // FIXMEDART: Uncomment - we need this property. |
| + readonly attribute Uint8ClampedArray data; |
|
Jacob
2016/02/11 17:25:00
that could be useful :)
|
| }; |