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

Unified Diff: sky/examples/widgets/sector.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/widgets/hello_widgets.dart ('k') | sky/examples/widgets/spinning_mixed.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/sector.dart
diff --git a/sky/examples/widgets/sector.dart b/sky/examples/widgets/sector.dart
index 1bf38a3e3258a9cb422f93574473618160498b85..efd0521ed642776ffcb214e1f9ccc37be4fbcb08 100644
--- a/sky/examples/widgets/sector.dart
+++ b/sky/examples/widgets/sector.dart
@@ -136,8 +136,8 @@ class SectorApp extends App {
void main() {
runApp(new SectorApp());
- WidgetAppView.appView.onFrame = () {
+ WidgetSkyBinding.skyBinding.onFrame = () {
// uncomment this for debugging:
- // WidgetAppView.appView.debugDumpRenderTree();
+ // WidgetSkyBinding.skyBinding.debugDumpRenderTree();
};
}
« no previous file with comments | « sky/examples/widgets/hello_widgets.dart ('k') | sky/examples/widgets/spinning_mixed.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698