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

Side by Side Diff: sdk/lib/web_gl/dartium/web_gl_dartium.dart

Issue 16677011: Updating metadata after Chrome rolls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library dart.dom.web_gl; 1 library dart.dom.web_gl;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev'; 5 import 'dart:_collection-dev';
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
9 import 'dart:typed_data'; 9 import 'dart:typed_data';
10 // DO NOT EDIT 10 // DO NOT EDIT
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 } 738 }
739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
740 // for details. All rights reserved. Use of this source code is governed by a 740 // for details. All rights reserved. Use of this source code is governed by a
741 // BSD-style license that can be found in the LICENSE file. 741 // BSD-style license that can be found in the LICENSE file.
742 742
743 // WARNING: Do not edit - generated code. 743 // WARNING: Do not edit - generated code.
744 744
745 745
746 @DocsEditable 746 @DocsEditable
747 @DomName('EXTFragDepth') 747 @DomName('EXTFragDepth')
748 @Experimental // untriaged 748 // http://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/
749 @Experimental
749 class ExtFragDepth extends NativeFieldWrapperClass1 { 750 class ExtFragDepth extends NativeFieldWrapperClass1 {
750 ExtFragDepth.internal(); 751 ExtFragDepth.internal();
751 752
752 } 753 }
753 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
754 // for details. All rights reserved. Use of this source code is governed by a 755 // for details. All rights reserved. Use of this source code is governed by a
755 // BSD-style license that can be found in the LICENSE file. 756 // BSD-style license that can be found in the LICENSE file.
756 757
757 // WARNING: Do not edit - generated code. 758 // WARNING: Do not edit - generated code.
758 759
(...skipping 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 2886
2886 2887
2887 @DocsEditable 2888 @DocsEditable
2888 @DomName('WebGLVertexArrayObjectOES') 2889 @DomName('WebGLVertexArrayObjectOES')
2889 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 2890 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
2890 @Experimental // experimental 2891 @Experimental // experimental
2891 class VertexArrayObject extends NativeFieldWrapperClass1 { 2892 class VertexArrayObject extends NativeFieldWrapperClass1 {
2892 VertexArrayObject.internal(); 2893 VertexArrayObject.internal();
2893 2894
2894 } 2895 }
OLDNEW
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698