| 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 aa3345c2979be618637a40a9f8f30164ec27f63f..d07bb70bb037004ac9ccb0f6906e71e847e32755 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| @@ -28,7 +28,7 @@
|
| // compositing
|
| attribute unrestricted double globalAlpha; // (default 1.0)
|
| attribute DOMString globalCompositeOperation; // (default source-over)
|
| - [Exposed=Window] attribute DOMString filter;
|
| + attribute DOMString filter;
|
|
|
| // image smoothing
|
| attribute boolean imageSmoothingEnabled; // (default True)
|
|
|