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

Unified Diff: client/samples/total/src/InnerMenuView.dart

Issue 8966029: Report errors and warnings for hiding elements, issue 572. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for comments Created 9 years 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 | « client/samples/total/src/Functions.dart ('k') | client/samples/total/src/SpreadsheetPresenter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/total/src/InnerMenuView.dart
diff --git a/client/samples/total/src/InnerMenuView.dart b/client/samples/total/src/InnerMenuView.dart
index 7a0ae24bc00d035e91d80b038148d565bf295600..4218ad02fb1e9920d4abb6d89618020b0229de8d 100644
--- a/client/samples/total/src/InnerMenuView.dart
+++ b/client/samples/total/src/InnerMenuView.dart
@@ -340,8 +340,8 @@ class InnerMenuView {
_selectionManager.updateSelection();
if (!_transitionDidComplete) {
- _window.webkitRequestAnimationFrame((int time) {
- _onRequestAnimationFrame(time);
+ _window.webkitRequestAnimationFrame((int time_) {
+ _onRequestAnimationFrame(time_);
}, _row);
}
}
« no previous file with comments | « client/samples/total/src/Functions.dart ('k') | client/samples/total/src/SpreadsheetPresenter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698