@protected
()
| 566 | |
| 567 | /** @protected */ |
| 568 | scheduleRender_() { |
| 569 | if (!this.scheduledRender_) { |
| 570 | this.scheduledRender_ = true; |
| 571 | this.mutateElement(this.boundRerender_); |
| 572 | } |
| 573 | } |
| 574 | |
| 575 | /** @private */ |
| 576 | maybeUpdateReadyState_() { |
no test coverage detected