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

Unified Diff: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart

Issue 15896022: Updating DOM metadata triage list for recent Blink changes. (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
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | sdk/lib/web_gl/dartium/web_gl_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d0703d1f42a629cd45f1bbb564f9fab8fc216b02..ef339ecf154bec82045c21c9d78190041efaac3b 100644
--- a/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
+++ b/sdk/lib/web_gl/dart2js/web_gl_dart2js.dart
@@ -762,7 +762,8 @@ class OesTextureFloat native "OESTextureFloat" {
@DocsEditable
@DomName('OESTextureFloatLinear')
-@Experimental // untriaged
+// http://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/
+@Experimental
class OesTextureFloatLinear native "OESTextureFloatLinear" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -778,7 +779,6 @@ class OesTextureHalfFloat native "OESTextureHalfFloat" {
@DomName('OESTextureHalfFloat.HALF_FLOAT_OES')
@DocsEditable
- @Experimental // untriaged
static const int HALF_FLOAT_OES = 0x8D61;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -788,7 +788,8 @@ class OesTextureHalfFloat native "OESTextureHalfFloat" {
@DocsEditable
@DomName('OESTextureHalfFloatLinear')
-@Experimental // untriaged
+// http://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/
+@Experimental
class OesTextureHalfFloatLinear native "OESTextureHalfFloatLinear" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | sdk/lib/web_gl/dartium/web_gl_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698