| Index: client/dom/generated/src/wrapping/_ScreenWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ScreenWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ScreenWrappingImplementation.dart
|
| index ecf9f34f1e005572d771e1d7f9862f979855c90f..b9491638e77a521a8bca9934fd12254f0ee6a2a3 100644
|
| --- a/client/dom/generated/src/wrapping/_ScreenWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ScreenWrappingImplementation.dart
|
| @@ -11,29 +11,29 @@ class _ScreenWrappingImplementation extends DOMWrapperBase implements Screen {
|
| return new _ScreenWrappingImplementation();
|
| }
|
|
|
| - int get availHeight() { return _get__Screen_availHeight(this); }
|
| - static int _get__Screen_availHeight(var _this) native;
|
| + int get availHeight() { return _get_availHeight(this); }
|
| + static int _get_availHeight(var _this) native;
|
|
|
| - int get availLeft() { return _get__Screen_availLeft(this); }
|
| - static int _get__Screen_availLeft(var _this) native;
|
| + int get availLeft() { return _get_availLeft(this); }
|
| + static int _get_availLeft(var _this) native;
|
|
|
| - int get availTop() { return _get__Screen_availTop(this); }
|
| - static int _get__Screen_availTop(var _this) native;
|
| + int get availTop() { return _get_availTop(this); }
|
| + static int _get_availTop(var _this) native;
|
|
|
| - int get availWidth() { return _get__Screen_availWidth(this); }
|
| - static int _get__Screen_availWidth(var _this) native;
|
| + int get availWidth() { return _get_availWidth(this); }
|
| + static int _get_availWidth(var _this) native;
|
|
|
| - int get colorDepth() { return _get__Screen_colorDepth(this); }
|
| - static int _get__Screen_colorDepth(var _this) native;
|
| + int get colorDepth() { return _get_colorDepth(this); }
|
| + static int _get_colorDepth(var _this) native;
|
|
|
| - int get height() { return _get__Screen_height(this); }
|
| - static int _get__Screen_height(var _this) native;
|
| + int get height() { return _get_height(this); }
|
| + static int _get_height(var _this) native;
|
|
|
| - int get pixelDepth() { return _get__Screen_pixelDepth(this); }
|
| - static int _get__Screen_pixelDepth(var _this) native;
|
| + int get pixelDepth() { return _get_pixelDepth(this); }
|
| + static int _get_pixelDepth(var _this) native;
|
|
|
| - int get width() { return _get__Screen_width(this); }
|
| - static int _get__Screen_width(var _this) native;
|
| + int get width() { return _get_width(this); }
|
| + static int _get_width(var _this) native;
|
|
|
| String get typeName() { return "Screen"; }
|
| }
|
|
|