Chromium Code Reviews| Index: samples/openglui/src/gl.dart |
| =================================================================== |
| --- samples/openglui/src/gl.dart (revision 17737) |
| +++ samples/openglui/src/gl.dart (working copy) |
| @@ -12,6 +12,7 @@ |
| import 'dart:html'; |
| export 'dart:html' show WebGLRenderingContext; |
| export 'dart:html' show Float32Array; |
| +export 'dart:html' show ImageElement; |
| WebGLRenderingContext gl; |