| 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:_collection-dev'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:typed_data'; | 7 import 'dart:typed_data'; |
| 8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure
ToJS; | 8 import 'dart:_js_helper' show Creates, JSName, Null, Returns, convertDartClosure
ToJS; |
| 9 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
| 10 import 'dart:_interceptors' show Interceptor; |
| 10 // DO NOT EDIT - unless you are editing documentation as per: | 11 // DO NOT EDIT - unless you are editing documentation as per: |
| 11 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 12 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 12 // Auto-generated dart:web_gl library. | 13 // Auto-generated dart:web_gl library. |
| 13 | 14 |
| 14 | 15 |
| 15 | 16 |
| 16 | 17 |
| 17 | 18 |
| 18 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 19 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 19 // for details. All rights reserved. Use of this source code is governed by a | 20 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2678 } | 2679 } |
| 2679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2680 // for details. All rights reserved. Use of this source code is governed by a | 2681 // for details. All rights reserved. Use of this source code is governed by a |
| 2681 // BSD-style license that can be found in the LICENSE file. | 2682 // BSD-style license that can be found in the LICENSE file. |
| 2682 | 2683 |
| 2683 | 2684 |
| 2684 @DocsEditable | 2685 @DocsEditable |
| 2685 @DomName('WebGLVertexArrayObjectOES') | 2686 @DomName('WebGLVertexArrayObjectOES') |
| 2686 class VertexArrayObject native "WebGLVertexArrayObjectOES" { | 2687 class VertexArrayObject native "WebGLVertexArrayObjectOES" { |
| 2687 } | 2688 } |
| OLD | NEW |