* Force remeasure inside FIE doc when iframe is resized. * @private
()
| 556 | * @private |
| 557 | */ |
| 558 | handleResize_() { |
| 559 | this.getMutator_().mutateElement( |
| 560 | this.win.document.documentElement, |
| 561 | () => {} // NOOP. |
| 562 | ); |
| 563 | } |
| 564 | |
| 565 | /** |
| 566 | * @return {!./service/mutator-interface.MutatorInterface} |
no test coverage detected