| 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'; | 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:typeddata'; | 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 |
| 16 | 16 |
| 17 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 17 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 18 // for details. All rights reserved. Use of this source code is governed by a | 18 // for details. All rights reserved. Use of this source code is governed by a |
| 19 // BSD-style license that can be found in the LICENSE file. | 19 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2141 | 2141 |
| 2142 // WARNING: Do not edit - generated code. | 2142 // WARNING: Do not edit - generated code. |
| 2143 | 2143 |
| 2144 | 2144 |
| 2145 @DocsEditable | 2145 @DocsEditable |
| 2146 @DomName('WebGLVertexArrayObjectOES') | 2146 @DomName('WebGLVertexArrayObjectOES') |
| 2147 class VertexArrayObject extends NativeFieldWrapperClass1 { | 2147 class VertexArrayObject extends NativeFieldWrapperClass1 { |
| 2148 VertexArrayObject.internal(); | 2148 VertexArrayObject.internal(); |
| 2149 | 2149 |
| 2150 } | 2150 } |
| OLD | NEW |