| Index: tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| index 333001da09172a3f67b7470cb3c5e2b9d20acddf..bced666acf1fde62259e1a6fd56af7fda44126f5 100644
|
| --- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| @@ -10,16 +10,12 @@ import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| import 'dart:typed_data';
|
| -$if DART_USE_BLINK
|
| import 'dart:_blink' as _blink;
|
| -$endif
|
|
|
| part '$AUXILIARY_DIR/WebGLConstants.dart';
|
|
|
| $!GENERATED_DART_FILES
|
| -$if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| final web_glBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| -$endif
|
|
|