Auto merge of #5563 - mmatyas:canvas_globalalpha, r=jdm

A patch somewhat similar to #5562
This commit is contained in:
bors-servo 2015-04-08 11:58:04 -05:00
commit ee7d762213
12 changed files with 29 additions and 56 deletions

View file

@ -49,7 +49,7 @@ interface CanvasRenderingContext2D {
//void resetTransform();
// compositing
// attribute unrestricted double globalAlpha; // (default 1.0)
attribute unrestricted double globalAlpha; // (default 1.0)
// attribute DOMString globalCompositeOperation; // (default source-over)
// image smoothing