Chromium Code Reviews| Index: third_party/WebKit/WebCore/html/ImageData.idl |
| =================================================================== |
| --- third_party/WebKit/WebCore/html/ImageData.idl (revision 8312) |
| +++ third_party/WebKit/WebCore/html/ImageData.idl (working copy) |
| @@ -34,6 +34,9 @@ |
| ] ImageData { |
| readonly attribute long width; |
| readonly attribute long height; |
| +#if defined(LANGUAGE_JAVASCRIPT) && defined(V8_BINDING) |
| + readonly attribute CanvasPixelArray data; |
| +#endif |
| }; |
| } |