| 52 | #include "utils/time/StopWatch.hpp" |
| 53 | |
| 54 | namespace snap::drawing { |
| 55 | |
| 56 | static Valdi::Ref<BridgeLayer> getBridgeLayer(const Valdi::Ref<Valdi::View>& view) { |
| 57 | return Valdi::castOrNull<BridgeLayer>(valdiViewToLayer(view)); |
| 58 | } |
| 59 |
no test coverage detected