@private
()
| 376 | |
| 377 | /** @private */ |
| 378 | forceSchedule_() { |
| 379 | if (this.canAnimate_()) { |
| 380 | this.raf_(this.boundRunScheduledTasks_); |
| 381 | this.backupPass_.schedule(); |
| 382 | } else { |
| 383 | this.invisiblePass_.schedule(); |
| 384 | } |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * Runs all scheduled tasks. This is typically called in an RAF |
no test coverage detected