| OLD | NEW |
| 1 library dart.dom.web_gl; | 1 library dart.dom.web_gl; |
| 2 | 2 |
| 3 import 'dart:collection'; | 3 import 'dart:collection'; |
| 4 import 'dart:_collection-dev'; |
| 4 import 'dart:html'; | 5 import 'dart:html'; |
| 5 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 6 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure
ToJS; | 7 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure
ToJS; |
| 7 import 'dart:_foreign_helper' show JS; | 8 import 'dart:_foreign_helper' show JS; |
| 8 // DO NOT EDIT - unless you are editing documentation as per: | 9 // DO NOT EDIT - unless you are editing documentation as per: |
| 9 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 10 // Auto-generated dart:web_gl library. | 11 // Auto-generated dart:web_gl library. |
| 11 | 12 |
| 12 | 13 |
| 13 | 14 |
| (...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1980 } | 1981 } |
| 1981 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1982 // for details. All rights reserved. Use of this source code is governed by a | 1983 // for details. All rights reserved. Use of this source code is governed by a |
| 1983 // BSD-style license that can be found in the LICENSE file. | 1984 // BSD-style license that can be found in the LICENSE file. |
| 1984 | 1985 |
| 1985 | 1986 |
| 1986 @DocsEditable | 1987 @DocsEditable |
| 1987 @DomName('WebGLVertexArrayObjectOES') | 1988 @DomName('WebGLVertexArrayObjectOES') |
| 1988 class VertexArrayObject native "*WebGLVertexArrayObjectOES" { | 1989 class VertexArrayObject native "*WebGLVertexArrayObjectOES" { |
| 1989 } | 1990 } |
| OLD | NEW |