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

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
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 6e13b0b4ecc2e5cf2d343ae6dc92b7005ce8fb8b..be617539f1a7968aa0087ed071b2d58210154e38 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();
};
}

Powered by Google App Engine
This is Rietveld 408576698