| 168 | } |
| 169 | |
| 170 | void DrapeEngine::SetVisibleViewport(m2::RectD const & rect) const |
| 171 | { |
| 172 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<SetVisibleViewportMessage>(rect), |
| 173 | MessagePriority::Normal); |
| 174 | } |
| 175 | |
| 176 | void DrapeEngine::Invalidate() |
| 177 | { |
no test coverage detected