OLD | NEW |
1 // DO NOT EDIT | 1 // DO NOT EDIT |
2 // Auto-generated dart:web_gl library. | 2 // Auto-generated dart:web_gl library. |
3 | 3 |
4 library dart.dom.web_gl; | 4 library dart.dom.web_gl; |
5 | 5 |
6 import 'dart:async'; | 6 import 'dart:async'; |
7 import 'dart:collection'; | 7 import 'dart:collection'; |
8 import 'dart:_collection-dev'; | 8 import 'dart:_collection-dev'; |
9 import 'dart:html'; | 9 import 'dart:html'; |
10 import 'dart:html_common'; | 10 import 'dart:html_common'; |
11 import 'dart:nativewrappers'; | 11 import 'dart:nativewrappers'; |
12 import 'dart:typeddata'; | 12 import 'dart:typed_data'; |
13 | 13 |
14 part '$AUXILIARY_DIR/WebGLConstants.dart'; | 14 part '$AUXILIARY_DIR/WebGLConstants.dart'; |
15 | 15 |
16 $!GENERATED_DART_FILES | 16 $!GENERATED_DART_FILES |
OLD | NEW |