| 279 | } |
| 280 | |
| 281 | bool RenderWindowBridge::HasEditorListProvider() const |
| 282 | { |
| 283 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 284 | return static_cast<bool>(m_EditorListProvider); |
| 285 | } |
| 286 | |
| 287 | bool RenderWindowBridge::HasStdMultiWindowListProvider() const |
| 288 | { |
no outgoing calls