Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2208)

Unified Diff: dart/sdk/lib/web_gl/dartium/web_gl_dartium.dart

Issue 644913002: Version 1.7.1 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.7/
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/web_gl/dartium/web_gl_dartium.dart
===================================================================
--- dart/sdk/lib/web_gl/dartium/web_gl_dartium.dart (revision 40988)
+++ dart/sdk/lib/web_gl/dartium/web_gl_dartium.dart (working copy)
@@ -873,6 +873,10 @@
@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
« no previous file with comments | « dart/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698