| Index: sky/sdk/lib/rendering/block.dart
|
| diff --git a/sky/sdk/lib/framework/rendering/block.dart b/sky/sdk/lib/rendering/block.dart
|
| similarity index 99%
|
| rename from sky/sdk/lib/framework/rendering/block.dart
|
| rename to sky/sdk/lib/rendering/block.dart
|
| index 2e925e36119d0722391b95faf976f3119b5aea64..d66c1cd1492c64343218f89381a836d1e755e3c6 100644
|
| --- a/sky/sdk/lib/framework/rendering/block.dart
|
| +++ b/sky/sdk/lib/rendering/block.dart
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'box.dart';
|
| import 'dart:math' as math;
|
| +
|
| +import 'box.dart';
|
| import 'object.dart';
|
|
|
| class BlockParentData extends BoxParentData with ContainerParentDataMixin<RenderBox> { }
|
|
|