| 10 | } |
| 11 | |
| 12 | Ref<LayerRoot> makeRoot() { |
| 13 | return makeShared<LayerRoot>(createResources()); |
| 14 | } |
| 15 | |
| 16 | Ref<Layer> createView(Scalar x, Scalar y, Scalar width, Scalar height) { |
| 17 | auto view = makeShared<Layer>(createResources()); |
no test coverage detected