* Returns the first measured layout box. * @return {!../layout-rect.LayoutRectDef}
()
| 620 | * @return {!../layout-rect.LayoutRectDef} |
| 621 | */ |
| 622 | getInitialLayoutBox() { |
| 623 | // Before the first measure, there will be no initial layoutBox. |
| 624 | // Luckily, layoutBox will be present but essentially useless. |
| 625 | return this.initialLayoutBox_ || this.layoutBox_; |
| 626 | } |
| 627 | |
| 628 | /** |
| 629 | * Whether the resource is displayed, i.e. if it has non-zero width and |
no outgoing calls
no test coverage detected