Index: Source/core/html/canvas/CanvasRenderingContext2D.idl |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
index 9be618e74a09224ba53a623a0a0b03e9bd3ac695..d366967ec839ec5ee7a26eb74e33e0b118834ae6 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.idl |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
@@ -58,6 +58,7 @@ enum CanvasFillRule { "nonzero", "evenodd" }; |
// compositing |
attribute unrestricted float globalAlpha; // (default 1.0) |
[TreatNullAs=NullString] attribute DOMString globalCompositeOperation; // (default source-over) |
+ [RuntimeEnabled=ExperimentalCanvasFeatures] attribute DOMString filter; // (default 'none') |
// image smoothing |
[ImplementedAs=imageSmoothingEnabled, DeprecateAs=PrefixedImageSmoothingEnabled] attribute boolean webkitImageSmoothingEnabled; |