| Index: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| index 6143536963cf10f43f44d603e9305c21fd05b2c7..7cf8c87123b8f17bc2f3ad1bf9d9c122dd9b116f 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| @@ -28,11 +28,11 @@
|
| // compositing
|
| attribute unrestricted double globalAlpha; // (default 1.0)
|
| attribute DOMString globalCompositeOperation; // (default source-over)
|
| - attribute DOMString filter;
|
| + [MeasureAs=Canvas2DFilter]attribute DOMString filter;
|
|
|
| // image smoothing
|
| attribute boolean imageSmoothingEnabled; // (default True)
|
| - attribute ImageSmoothingQuality imageSmoothingQuality; // (default "low")
|
| + [MeasureAs=Canvas2DImageSmoothingQuality] attribute ImageSmoothingQuality imageSmoothingQuality; // (default "low")
|
|
|
| // colors and styles
|
| attribute (DOMString or CanvasGradient or CanvasPattern) strokeStyle; // (default black)
|
|
|