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

Unified Diff: samples/ui_lib/base/AnimationScheduler.dart

Issue 11238035: Make isEmpty a getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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 | « samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart ('k') | samples/ui_lib/base/Size.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/ui_lib/base/AnimationScheduler.dart
diff --git a/samples/ui_lib/base/AnimationScheduler.dart b/samples/ui_lib/base/AnimationScheduler.dart
index 6c5770705f29606e109b0422dcabdfdd8b68ac2e..61bd0c2754e5c64d6d58aa29223bdeefb715ad94 100644
--- a/samples/ui_lib/base/AnimationScheduler.dart
+++ b/samples/ui_lib/base/AnimationScheduler.dart
@@ -110,7 +110,7 @@ class AnimationScheduler {
}
void _step() {
- if (_callbacks.isEmpty()) {
+ if (_callbacks.isEmpty) {
// Cancel the interval on the first frame where there aren't actually
// any available callbacks.
assert(_intervalId != null);
« no previous file with comments | « samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart ('k') | samples/ui_lib/base/Size.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698