| Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
|
| index 1fe24ab4d8e9276afbee8f2ee846ccd47dc48060..bdba7bb1de0d192a39541c2cd3443da4f538ab45 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
|
| @@ -57,11 +57,11 @@ enum ImageSmoothingQuality {"low", "medium", "high"};
|
| // compositing
|
| attribute unrestricted double globalAlpha; // (default 1.0)
|
| attribute DOMString globalCompositeOperation; // (default source-over)
|
| - attribute DOMString filter; // (default 'none')
|
| + [MeasureAs=Canvas2DFilter] attribute DOMString filter; // (default 'none')
|
|
|
| // image smoothing
|
| - [MeasureAs=UnprefixedImageSmoothingEnabled] attribute boolean imageSmoothingEnabled; // (default True)
|
| - attribute ImageSmoothingQuality imageSmoothingQuality; // (default "low")
|
| + attribute boolean imageSmoothingEnabled; // (default True)
|
| + [MeasureAs=Canvas2DImageSmoothingQuality]attribute ImageSmoothingQuality imageSmoothingQuality; // (default "low")
|
|
|
| // colors and styles (see also the CanvasDrawingStyles interface)
|
| attribute (DOMString or CanvasGradient or CanvasPattern) strokeStyle; // (default black)
|
|
|