| 434 | #endif // #if (AX_TARGET_PLATFORM == AX_PLATFORM_LINUX) |
| 435 | |
| 436 | RenderViewImpl* RenderViewImpl::create(std::string_view viewName) |
| 437 | { |
| 438 | return RenderViewImpl::create(viewName, false); |
| 439 | } |
| 440 | |
| 441 | RenderViewImpl* RenderViewImpl::create(std::string_view viewName, bool resizable) |
| 442 | { |
nothing calls this directly
no test coverage detected