aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CanvasRenderingContext2D.webidl
diff options
context:
space:
mode:
authorHyowon Kim <hw1008.kim@samsung.com>2015-06-04 17:12:41 +0900
committerHyowon Kim <hw1008.kim@samsung.com>2015-06-12 09:40:00 +0900
commit473afdb196f5fa3eb4680c853e5a288f904d3f22 (patch)
tree49e7ee4bc19863fda83007e444fbf4b5be3d7362 /components/script/dom/webidls/CanvasRenderingContext2D.webidl
parent37fcced0fa6b23a43596333aa9f057b21d0e6157 (diff)
downloadservo-473afdb196f5fa3eb4680c853e5a288f904d3f22.tar.gz
servo-473afdb196f5fa3eb4680c853e5a288f904d3f22.zip
Add attributes for canvas shadows.
Diffstat (limited to 'components/script/dom/webidls/CanvasRenderingContext2D.webidl')
-rw-r--r--components/script/dom/webidls/CanvasRenderingContext2D.webidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/webidls/CanvasRenderingContext2D.webidl b/components/script/dom/webidls/CanvasRenderingContext2D.webidl
index e9ce0aa78e1..c8816864afb 100644
--- a/components/script/dom/webidls/CanvasRenderingContext2D.webidl
+++ b/components/script/dom/webidls/CanvasRenderingContext2D.webidl
@@ -65,10 +65,10 @@ interface CanvasRenderingContext2D {
//CanvasPattern createPattern(CanvasImageSource image, [TreatNullAs=EmptyString] DOMString repetition);
// shadows
- // attribute unrestricted double shadowOffsetX; // (default 0)
- // attribute unrestricted double shadowOffsetY; // (default 0)
- // attribute unrestricted double shadowBlur; // (default 0)
- // attribute DOMString shadowColor; // (default transparent black)
+ attribute unrestricted double shadowOffsetX; // (default 0)
+ attribute unrestricted double shadowOffsetY; // (default 0)
+ attribute unrestricted double shadowBlur; // (default 0)
+ attribute DOMString shadowColor; // (default transparent black)
// rects
//[LenientFloat]