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

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

Issue 1157033006: DO NOT COMMIT - fn port to RenderNode, work in progress, does not work (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix adam's review comments Created 5 years, 7 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/stocks2/lib/stock_app.dart ('k') | sky/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks2/lib/stock_data.dart
diff --git a/sky/examples/stocks2/lib/stock_data.dart b/sky/examples/stocks2/lib/stock_data.dart
index 9bca149d2053dbaba1c55912e2712331eafd87f0..316b8711b3961cf3d97596a58c5ea59804996eed 100644
--- a/sky/examples/stocks2/lib/stock_data.dart
+++ b/sky/examples/stocks2/lib/stock_data.dart
@@ -55,7 +55,7 @@ class StockDataFetcher {
final StockDataCallback callback;
StockDataFetcher(this.callback) {
- _fetchNextChunk();
+ // _fetchNextChunk(); // TODO(ianh): crashes
}
void _fetchNextChunk() {
« no previous file with comments | « sky/examples/stocks2/lib/stock_app.dart ('k') | sky/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698