| Index: tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate b/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| index 08146ec24bd85da23e4572e03dadc303180ecc32..99043be8ae3bd51abab37bdb38edf1be1faca1b3 100644
|
| --- a/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| @@ -342,6 +342,9 @@ $if DART2JS
|
| JS('void', '#.fillText(#, #, #)', this, text, x, y);
|
| }
|
| }
|
| +
|
| + @DomName('CanvasRenderingContext2D.fill')
|
| + void fill([String winding = '']) => JS('void', '#.fill(#)', this, winding);
|
| $endif
|
| }
|
|
|
|
|