| Index: sky/sdk/lib/framework/rendering/box.dart
|
| diff --git a/sky/sdk/lib/framework/rendering/box.dart b/sky/sdk/lib/framework/rendering/box.dart
|
| index baa68a727cf79b03ddd38406aa2e5b9c63527274..93eee099a80233633fbf9ffe7c29d5d21e5bed98 100644
|
| --- a/sky/sdk/lib/framework/rendering/box.dart
|
| +++ b/sky/sdk/lib/framework/rendering/box.dart
|
| @@ -956,8 +956,6 @@ class RenderView extends RenderObject with RenderObjectWithChildMixin<RenderBox>
|
| markNeedsLayout();
|
| }
|
|
|
| - ViewConstraints get constraints => super.constraints as ViewConstraints;
|
| -
|
| void performLayout() {
|
| if (_rootConstraints.orientation != _orientation) {
|
| if (_orientation != null && child != null)
|
|
|