| Index: sdk/lib/_blink/dartium/_blink_dartium.dart
|
| diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| index 3dac59c5988baa42cb0d76d4a4aeace86afc91c8..f313643fdb9847c7a945d1f64f3f4ae36cc72b7c 100644
|
| --- a/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| +++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| @@ -661,7 +661,6 @@ dynamic resolver(String s) {
|
| if (s == "SVGViewSpec") return BlinkSVGViewSpec.instance;
|
| if (s == "SVGZoomAndPan") return BlinkSVGZoomAndPan.instance;
|
| if (s == "SVGZoomEvent") return BlinkSVGZoomEvent.instance;
|
| - if (s == "Scale") return BlinkScale.instance;
|
| if (s == "Screen") return BlinkScreen.instance;
|
| if (s == "ScreenOrientation") return BlinkScreenOrientation.instance;
|
| if (s == "ScriptProcessorNode") return BlinkScriptProcessorNode.instance;
|
| @@ -22815,32 +22814,6 @@ class BlinkSVGZoomEvent extends BlinkUIEvent {
|
| mthis /* SVGZoomEvent */, "zoomRectScreen");
|
| }
|
|
|
| -class BlinkScale extends BlinkTransformComponent {
|
| - static final instance = new BlinkScale();
|
| -
|
| - constructorCallback_0_() =>
|
| - Blink_JsNative_DomException.callConstructor0("Scale");
|
| -
|
| - constructorCallback_1_(__arg_0) =>
|
| - Blink_JsNative_DomException.callConstructor("Scale", [__arg_0]);
|
| -
|
| - constructorCallback_2_(__arg_0, __arg_1) =>
|
| - Blink_JsNative_DomException.callConstructor("Scale", [__arg_0, __arg_1]);
|
| -
|
| - constructorCallback_3_(__arg_0, __arg_1, __arg_2) =>
|
| - Blink_JsNative_DomException
|
| - .callConstructor("Scale", [__arg_0, __arg_1, __arg_2]);
|
| -
|
| - x_Getter_(mthis) =>
|
| - Blink_JsNative_DomException.getProperty(mthis /* Scale */, "x");
|
| -
|
| - y_Getter_(mthis) =>
|
| - Blink_JsNative_DomException.getProperty(mthis /* Scale */, "y");
|
| -
|
| - z_Getter_(mthis) =>
|
| - Blink_JsNative_DomException.getProperty(mthis /* Scale */, "z");
|
| -}
|
| -
|
| class BlinkScreen {
|
| static final instance = new BlinkScreen();
|
|
|
|
|