| Index: sdk/lib/web_gl/dartium/web_gl_dartium.dart
|
| diff --git a/sdk/lib/web_gl/dartium/web_gl_dartium.dart b/sdk/lib/web_gl/dartium/web_gl_dartium.dart
|
| index 182750d2390ee0e2204027288f9b6fa5e14b31a6..5c73dc96a66483fd8ab73d6acd9afa39d0299d8e 100644
|
| --- a/sdk/lib/web_gl/dartium/web_gl_dartium.dart
|
| +++ b/sdk/lib/web_gl/dartium/web_gl_dartium.dart
|
| @@ -873,6 +873,10 @@ class DrawBuffers extends NativeFieldWrapperClass2 {
|
| @DocsEditable()
|
| static const int MAX_DRAW_BUFFERS_WEBGL = 0x8824;
|
|
|
| + @DomName('WebGLDrawBuffers.drawBuffersWEBGL')
|
| + @DocsEditable()
|
| + void drawBuffersWebgl(List<int> buffers) => _blink.BlinkWebGLDrawBuffers.drawBuffersWEBGL_Callback_SEQ_ul_SEQ(this, buffers);
|
| +
|
| }
|
| // 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
|
|
|