static */
| 390 | |
| 391 | /* static */ |
| 392 | Status LayoutUtil::CopyLayoutBetweenShapes(const Shape& src, Shape* dst) { |
| 393 | return CopyLayoutInternal(src, dst); |
| 394 | } |
| 395 | |
| 396 | /* static */ bool LayoutUtil::LayoutsInShapesEqual(const Shape& lhs, |
| 397 | const Shape& rhs) { |
nothing calls this directly
no test coverage detected