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

Unified Diff: sky/examples/stocks2/lib/stock_app.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/transform.dart ('k') | sky/examples/widgets/hello_widgets.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks2/lib/stock_app.dart
diff --git a/sky/examples/stocks2/lib/stock_app.dart b/sky/examples/stocks2/lib/stock_app.dart
index a5467c392bede59fa6571e9c8b34ffcbbf2a089d..79558e33b89c977bdc86a35ae0c6a96c4161ff51 100644
--- a/sky/examples/stocks2/lib/stock_app.dart
+++ b/sky/examples/stocks2/lib/stock_app.dart
@@ -35,8 +35,8 @@ class StocksApp extends App {
void main() {
print("starting stocks app!");
runApp(new StocksApp());
- WidgetAppView.appView.onFrame = () {
+ WidgetSkyBinding.skyBinding.onFrame = () {
// uncomment this for debugging:
- // WidgetAppView.appView.debugDumpRenderTree();
+ // WidgetSkyBinding.skyBinding.debugDumpRenderTree();
};
}
« no previous file with comments | « sky/examples/rendering/transform.dart ('k') | sky/examples/widgets/hello_widgets.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698