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

Unified Diff: sky/sdk/lib/framework/rendering/block.dart

Issue 1166773003: Rename rendering/render_*.dart to rendering/*.dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/framework/fn2.dart ('k') | sky/sdk/lib/framework/rendering/box.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/rendering/block.dart
diff --git a/sky/sdk/lib/framework/rendering/render_block.dart b/sky/sdk/lib/framework/rendering/block.dart
similarity index 98%
rename from sky/sdk/lib/framework/rendering/render_block.dart
rename to sky/sdk/lib/framework/rendering/block.dart
index 065e2110fd69fdf1fb15f681760a7ab3bef17fd9..8bc53939b53ba831b2d71003f6df6d1363f77e79 100644
--- a/sky/sdk/lib/framework/rendering/render_block.dart
+++ b/sky/sdk/lib/framework/rendering/block.dart
@@ -3,8 +3,8 @@
// found in the LICENSE file.
import 'dart:sky' as sky;
-import 'render_box.dart';
-import 'render_node.dart';
+import 'box.dart';
+import 'node.dart';
class BlockParentData extends BoxParentData with ContainerParentDataMixin<RenderBox> { }
« no previous file with comments | « sky/sdk/lib/framework/fn2.dart ('k') | sky/sdk/lib/framework/rendering/box.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698