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

Unified Diff: sky/examples/fn2/container.dart

Issue 1152273004: Add support for transforms to container (Closed) Base URL: git@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 | « no previous file | sky/examples/raw/transform.dart » ('j') | sky/sdk/lib/framework/rendering/box.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn2/container.dart
diff --git a/sky/examples/fn2/container.dart b/sky/examples/fn2/container.dart
index a3509c455f387a4433fd2a3661e844a0eea241d7..a236a42e271e0b63dda9d76c81e29d8107b2ae99 100644
--- a/sky/examples/fn2/container.dart
+++ b/sky/examples/fn2/container.dart
@@ -10,7 +10,6 @@ class ContainerApp extends App {
UINode build() {
return new EventListenerNode(
new BlockContainer(children: [
- new Rectangle(0xFF00FFFF, key: 1),
new Container(
padding: new EdgeDims.all(10.0),
margin: new EdgeDims.all(10.0),
@@ -23,7 +22,6 @@ class ContainerApp extends App {
desiredSize: new sky.Size(double.INFINITY, 20.0)
)
])),
- new Rectangle(0xFF0000FF, key: 3)
]),
onPointerDown: _handlePointerDown);
}
« no previous file with comments | « no previous file | sky/examples/raw/transform.dart » ('j') | sky/sdk/lib/framework/rendering/box.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698