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

Side by Side Diff: sdk/lib/web_gl/dart2js/web_gl_dart2js.dart

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. 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 /** 1 /**
2 * 3D programming in the browser. 2 * 3D programming in the browser.
3 */ 3 */
4 library dart.dom.web_gl; 4 library dart.dom.web_gl;
5 5
6 import 'dart:collection'; 6 import 'dart:collection';
7 import 'dart:_collection-dev' hide deprecated; 7 import 'dart:_internal' hide deprecated;
8 import 'dart:html'; 8 import 'dart:html';
9 import 'dart:html_common'; 9 import 'dart:html_common';
10 import 'dart:typed_data'; 10 import 'dart:typed_data';
11 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS; 11 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure ToJS;
12 import 'dart:_foreign_helper' show JS; 12 import 'dart:_foreign_helper' show JS;
13 import 'dart:_interceptors' show Interceptor, JSExtendableArray; 13 import 'dart:_interceptors' show Interceptor, JSExtendableArray;
14 // DO NOT EDIT - unless you are editing documentation as per: 14 // DO NOT EDIT - unless you are editing documentation as per:
15 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation 15 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
16 // Auto-generated dart:web_gl library. 16 // Auto-generated dart:web_gl library.
17 17
(...skipping 3211 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 3229
3230 3230
3231 @DocsEditable() 3231 @DocsEditable()
3232 @DomName('WebGLVertexArrayObjectOES') 3232 @DomName('WebGLVertexArrayObjectOES')
3233 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ 3233 // http://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
3234 @Experimental() // experimental 3234 @Experimental() // experimental
3235 class VertexArrayObject extends Interceptor native "WebGLVertexArrayObjectOES" { 3235 class VertexArrayObject extends Interceptor native "WebGLVertexArrayObjectOES" {
3236 // To suppress missing implicit constructor warnings. 3236 // To suppress missing implicit constructor warnings.
3237 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); } 3237 factory VertexArrayObject._() { throw new UnsupportedError("Not supported"); }
3238 } 3238 }
OLDNEW
« 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