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

Unified Diff: sky/sdk/lib/framework/layout.dart

Issue 1093633002: Layout API prototype, for discussion (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: git cl land 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 | « no previous file | sky/sdk/lib/framework/layout2.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/layout.dart
diff --git a/sky/sdk/lib/framework/layout.dart b/sky/sdk/lib/framework/layout.dart
index 34566802c69b7856e425664f6a012699a83048e5..3771a2e8ff470dd12a1f61eb425db32548034667 100644
--- a/sky/sdk/lib/framework/layout.dart
+++ b/sky/sdk/lib/framework/layout.dart
@@ -1,5 +1,7 @@
library layout;
+// This version of layout.dart is a shim version of layout2.dart that is backed using CSS and <div>s.
+
import 'node.dart';
import 'dart:sky' as sky;
import 'dart:collection';
@@ -64,7 +66,7 @@ class ParentData {
}
}
-abstract class RenderNode extends Node {
+abstract class RenderNode extends AbstractNode {
// LAYOUT
« no previous file with comments | « no previous file | sky/sdk/lib/framework/layout2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698