* Returns a previously measured layout size. * @return {!./layout-rect.LayoutSizeDef} * @final
()
| 1504 | * @final |
| 1505 | */ |
| 1506 | getLayoutSize() { |
| 1507 | return this.getResource_().getLayoutSize(); |
| 1508 | } |
| 1509 | |
| 1510 | /** |
| 1511 | * @return {?Element} |
nothing calls this directly
no test coverage detected