Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 2901213006: Suppress Scale interface - unused. (Closed)
Patch Set: BigCaesar Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698