| 285 | } |
| 286 | |
| 287 | bool RenderWindowBridge::HasStdMultiWindowListProvider() const |
| 288 | { |
| 289 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 290 | return static_cast<bool>(m_StdMultiWindowListProvider); |
| 291 | } |
| 292 | |
| 293 | bool RenderWindowBridge::HasStdMultiEditorScreenshotProvider() const |
| 294 | { |
no outgoing calls