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

Unified Diff: sky/examples/rendering/interactive_flex.dart

Issue 1183913006: Rename AppView to SkyBinding. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/examples/rendering/borders.dart ('k') | sky/examples/rendering/justify_content.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/rendering/interactive_flex.dart
diff --git a/sky/examples/rendering/interactive_flex.dart b/sky/examples/rendering/interactive_flex.dart
index 131c2baedda115b6aa013a175bb92500ed9c2cf2..2e5629dba606522c248b24ead8c5046a7fab4982 100644
--- a/sky/examples/rendering/interactive_flex.dart
+++ b/sky/examples/rendering/interactive_flex.dart
@@ -4,14 +4,16 @@
import 'dart:sky';
import 'dart:math' as math;
+
import 'package:sky/framework/net/image_cache.dart' as image_cache;
-import 'package:sky/app/view.dart';
import 'package:sky/painting/text_style.dart';
-import 'package:sky/rendering/box.dart';
import 'package:sky/rendering/block.dart';
+import 'package:sky/rendering/box.dart';
import 'package:sky/rendering/flex.dart';
import 'package:sky/rendering/object.dart';
import 'package:sky/rendering/paragraph.dart';
+import 'package:sky/rendering/sky_binding.dart';
+
import '../lib/solid_color_box.dart';
class Touch {
@@ -35,7 +37,6 @@ class RenderImageGrow extends RenderImage {
}
}
-AppView app;
RenderImageGrow image;
Map<int, Touch> touches = new Map();
@@ -95,6 +96,6 @@ Pancetta meatball tongue tenderloin rump tail jowl boudin.""";
child: row
);
- app = new AppView(root: root);
+ new SkyBinding(root: root);
view.setEventCallback(handleEvent);
}
« no previous file with comments | « sky/examples/rendering/borders.dart ('k') | sky/examples/rendering/justify_content.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698