| Index: tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate
|
| index 02aabe9ebd7cfcaf164570010445200b03d6fd7e..50b23adc857277cb2231781bcc2682675aafd5fc 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLCanvasElement.darttemplate
|
| @@ -11,7 +11,7 @@ $!MEMBERS
|
| @SupportedBrowser(SupportedBrowser.CHROME)
|
| @SupportedBrowser(SupportedBrowser.FIREFOX)
|
| @Experimental
|
| - WebGLRenderingContext getContext3d({alpha: true, depth: true, stencil: false,
|
| + gl.RenderingContext getContext3d({alpha: true, depth: true, stencil: false,
|
| antialias: true, premultipliedAlpha: true, preserveDrawingBuffer: false}) {
|
|
|
| var options = {
|
|
|