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

Unified Diff: sky/sdk/lib/framework/scheduler.dart

Issue 1177243002: Refactor fn2.dart, since it breached our 1000-line threshold. (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/sdk/lib/framework/rendering/object.dart ('k') | sky/sdk/lib/framework/widgets/animated_component.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/scheduler.dart
diff --git a/sky/sdk/lib/framework/scheduler.dart b/sky/sdk/lib/framework/scheduler.dart
index 9c2f181c5c754d4a24ec70d7ae9949bc60b9be5d..96dbfd09f0219461dc9eecf2eab35752b31c2f5f 100644
--- a/sky/sdk/lib/framework/scheduler.dart
+++ b/sky/sdk/lib/framework/scheduler.dart
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import 'dart:async';
import 'dart:sky' as sky;
typedef void Callback(double timeStamp);
« no previous file with comments | « sky/sdk/lib/framework/rendering/object.dart ('k') | sky/sdk/lib/framework/widgets/animated_component.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698