| 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 56eee6e4e26e4f2ac9904f96fdc3e00657069b97..7cc42896b00ed6d9c8d11508e4c7fbe3b3f6e1d2 100644
|
| --- a/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| @@ -20,12 +20,14 @@ part '$AUXILIARY_DIR/WebGLConstants.dart';
|
|
|
| $!GENERATED_DART_FILES
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final web_glBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
|
|
| $if JSINTEROP
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final web_glBlinkFunctionMap = {
|
| $!TYPE_FUNCTION_MAP
|
| };
|
|
|