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

Unified Diff: sky/examples/stocks2/lib/stock_app.dart

Issue 1175423007: Create an example app that demonstrates interactive coordination of an fn tree and a raw RenderObje… (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/sector_layout.dart ('k') | sky/examples/widgets/sector.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 16b3ce80fc52491bc6dc82130bbc34f24e0c4122..84ac7c08a92f88a4b0fdf1a46d2111c79b67d000 100644
--- a/sky/examples/stocks2/lib/stock_app.dart
+++ b/sky/examples/stocks2/lib/stock_app.dart
@@ -216,6 +216,6 @@ void main() {
App app = new StocksApp();
UINodeAppView.appView.onFrame = () {
// uncomment this for debugging:
- // app.appView.debugDumpRenderTree();
+ // UINodeAppView.appView.debugDumpRenderTree();
};
}
« no previous file with comments | « sky/examples/rendering/sector_layout.dart ('k') | sky/examples/widgets/sector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698