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

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

Issue 133893007: Rename internal library dart:_collection-dev to dart:_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Created 6 years, 11 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
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' hide deprecated; 5 import 'dart:_internal' hide deprecated;
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
11 // Auto-generated dart:web_gl library. 11 // Auto-generated dart:web_gl library.
12 12
13 13
14 14
15 15
(...skipping 3066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 3082
3083 @DocsEditable() 3083 @DocsEditable()
3084 @DomName('WebGLVertexArrayObjectOES') 3084 @DomName('WebGLVertexArrayObjectOES')
3085 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 3085 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
3086 @Experimental() // experimental 3086 @Experimental() // experimental
3087 class VertexArrayObject extends NativeFieldWrapperClass2 { 3087 class VertexArrayObject extends NativeFieldWrapperClass2 {
3088 // To suppress missing implicit constructor warnings. 3088 // To suppress missing implicit constructor warnings.
3089 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } 3089 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); }
3090 3090
3091 } 3091 }
OLDNEW
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | sdk/lib/web_sql/dart2js/web_sql_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698