| 382 | } |
| 383 | |
| 384 | void DrapeEngine::InvalidateRect(m2::RectD const & rect) |
| 385 | { |
| 386 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<InvalidateRectMessage>(rect), |
| 387 | MessagePriority::High); |
| 388 | } |
| 389 | |
| 390 | void DrapeEngine::UpdateMapStyle() |
| 391 | { |
nothing calls this directly
no test coverage detected