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

Unified Diff: sky/sdk/example/widgets/sector.dart

Issue 1237623004: Remove onFrame callback (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/sdk/example/widgets/sector.dart
diff --git a/sky/sdk/example/widgets/sector.dart b/sky/sdk/example/widgets/sector.dart
index a397fdc6de86d58ea1138bfbcdb2756ba79fbd0c..2dc3727319610f12805649369811abd494d797db 100644
--- a/sky/sdk/example/widgets/sector.dart
+++ b/sky/sdk/example/widgets/sector.dart
@@ -146,8 +146,4 @@ class SectorApp extends App {
void main() {
runApp(new SectorApp());
- SkyBinding.instance.onFrame = () {
- // uncomment this for debugging:
- // SkyBinding.instance.debugDumpRenderTree();
- };
}

Powered by Google App Engine
This is Rietveld 408576698