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

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

Issue 16311002: IDL roll and expectations fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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
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 586ee44f778bcc3c6f220e00f0dc8e933cb7caec..c891bda9d6a0da03951be912a476b35180ff0ff6 100644
--- a/sdk/lib/web_gl/dartium/web_gl_dartium.dart
+++ b/sdk/lib/web_gl/dartium/web_gl_dartium.dart
@@ -853,6 +853,20 @@ class OesTextureFloat extends NativeFieldWrapperClass1 {
@DocsEditable
+@DomName('OESTextureFloatLinear')
+@Experimental // untriaged
+class OesTextureFloatLinear extends NativeFieldWrapperClass1 {
+ OesTextureFloatLinear.internal();
+
+}
+// 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
+// BSD-style license that can be found in the LICENSE file.
+
+// WARNING: Do not edit - generated code.
+
+
+@DocsEditable
@DomName('OESTextureHalfFloat')
// http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/
@Experimental // experimental
@@ -873,6 +887,20 @@ class OesTextureHalfFloat extends NativeFieldWrapperClass1 {
@DocsEditable
+@DomName('OESTextureHalfFloatLinear')
+@Experimental // untriaged
+class OesTextureHalfFloatLinear extends NativeFieldWrapperClass1 {
+ OesTextureHalfFloatLinear.internal();
+
+}
+// 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
+// BSD-style license that can be found in the LICENSE file.
+
+// WARNING: Do not edit - generated code.
+
+
+@DocsEditable
@DomName('OESVertexArrayObject')
// http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
@Experimental // experimental

Powered by Google App Engine
This is Rietveld 408576698