| Index: third_party/WebKit/Source/core/html/ImageData.idl
|
| diff --git a/third_party/WebKit/Source/core/html/ImageData.idl b/third_party/WebKit/Source/core/html/ImageData.idl
|
| index 58cca5532a0f580e9235b5681b6c5fc912621284..e29e039c272ec37d31fc557baeefab1411c1ac3f 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageData.idl
|
| +++ b/third_party/WebKit/Source/core/html/ImageData.idl
|
| @@ -47,9 +47,10 @@ typedef (Uint8ClampedArray or Uint16Array or Float32Array) ImageDataArray;
|
| [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] ImageData createImageData(unsigned long sw, unsigned long sh, ImageDataColorSettings imageDataColorSettings);
|
| [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] ImageData createImageData(ImageDataArray data, unsigned long sw, unsigned long sh, ImageDataColorSettings imageDataColorSettings);
|
|
|
| + [RuntimeEnabled=ExperimentalCanvasFeatures] ImageDataColorSettings getColorSettings();
|
| +
|
| readonly attribute unsigned long width;
|
| readonly attribute unsigned long height;
|
| readonly attribute Uint8ClampedArray data;
|
| [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute ImageDataArray dataUnion;
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute ImageDataColorSettings colorSettings;
|
| };
|
|
|