| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |