| 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 630423031d7d0ddd10ccccfc478f45db7f3deddb..c9e2728847ce7dcc10f477da6a75763aac1fd7f7 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl
|
| @@ -11,6 +11,8 @@
|
| // back-reference to the canvas
|
| [ImplementedAs=getOffscreenCanvas] readonly attribute OffscreenCanvas canvas;
|
|
|
| + [CallWith=ExecutionContext] void commit();
|
| +
|
| // colors and styles
|
| attribute (DOMString or CanvasGradient or CanvasPattern) strokeStyle; // (default black)
|
| attribute (DOMString or CanvasGradient or CanvasPattern) fillStyle; // (default black)
|
|
|