| 42 | } |
| 43 | |
| 44 | WindowCore::WindowCore(const std::shared_ptr<ViewCoreFactory> &viewCoreFactory) |
| 45 | : ViewCore(viewCoreFactory, createJNativeViewGroup()) |
| 46 | {} |
| 47 | |
| 48 | WindowCore::~WindowCore() |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected