Chromium Code Reviews| 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 08f9dbb159872763f7ef38cfbcd783890c4ba35d..f3d8c40ccb4a6e5fe147fe30070eb3535f235949 100644 |
| --- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate |
| @@ -17,3 +17,9 @@ $endif |
| part '$AUXILIARY_DIR/WebGLConstants.dart'; |
| $!GENERATED_DART_FILES |
| +$if DART_USE_BLINK |
| +// FIXME: Can we make this private? |
| +const web_glBlinkMap = const { |
| +$!TYPE_MAP |
| +}; |
| +$endif |