| Index: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| diff --git a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| index 4beaea8cca530029ab042f5f3c04132cb891dc81..e70344179e90e49058fc395c7a1854651967d5b4 100644
|
| --- a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| +++ b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
|
| @@ -787,6 +787,11 @@ class DrawBuffers extends Interceptor {
|
| @DomName('WebGLDrawBuffers.MAX_DRAW_BUFFERS_WEBGL')
|
| @DocsEditable()
|
| static const int MAX_DRAW_BUFFERS_WEBGL = 0x8824;
|
| +
|
| + @JSName('drawBuffersWEBGL')
|
| + @DomName('WebGLDrawBuffers.drawBuffersWEBGL')
|
| + @DocsEditable()
|
| + void drawBuffersWebgl(List<int> buffers) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|