Chromium Code Reviews| 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 e088931696442cb7a9b00faa37dee9d243614261..02c13f458ea13014f63525af7c52269eba390e6e 100644 |
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl |
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl |
| @@ -63,6 +63,7 @@ |
| void resetTransform(); |
| // compositing |
| + attribute unrestricted double globalAlpha; // (default 1.0) |
| attribute DOMString globalCompositeOperation; // (default source-over) |
| // image smoothing |