| 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);
|
| }
|
| }
|
|
|