| Index: sky/sdk/lib/rendering/paragraph.dart
|
| diff --git a/sky/sdk/lib/framework/rendering/paragraph.dart b/sky/sdk/lib/rendering/paragraph.dart
|
| similarity index 99%
|
| rename from sky/sdk/lib/framework/rendering/paragraph.dart
|
| rename to sky/sdk/lib/rendering/paragraph.dart
|
| index 3643ebb2120e194cdb202cf24cb00f7a8ee527c8..8ef6d4eeb1c55bf517009385f07782537ec87e76 100644
|
| --- a/sky/sdk/lib/framework/rendering/paragraph.dart
|
| +++ b/sky/sdk/lib/rendering/paragraph.dart
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| import 'dart:sky' as sky;
|
| +
|
| import 'box.dart';
|
| import 'object.dart';
|
|
|
|
|