summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView+Impl.mm
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-21 18:48:09 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-23 10:56:05 +0300
commitef3d04dee5f4bc23a9fa88a07805c3d5c489db0b (patch)
tree3b21767ffabdf00f454e339d70a02625de199369 /platform/macos/src/MGLMapView+Impl.mm
parent7b25cb10921c7711cf5ba997e674bea5a1da31ca (diff)
downloadqtlocation-mapboxgl-ef3d04dee5f4bc23a9fa88a07805c3d5c489db0b.tar.gz
[core] Export symbol placement update status from MapObserver
Diffstat (limited to 'platform/macos/src/MGLMapView+Impl.mm')
-rw-r--r--platform/macos/src/MGLMapView+Impl.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/src/MGLMapView+Impl.mm b/platform/macos/src/MGLMapView+Impl.mm
index 2354f67a6d..1ed5e2ceef 100644
--- a/platform/macos/src/MGLMapView+Impl.mm
+++ b/platform/macos/src/MGLMapView+Impl.mm
@@ -67,7 +67,7 @@ void MGLMapViewImpl::onWillStartRenderingFrame() {
[mapView mapViewWillStartRenderingFrame];
}
-void MGLMapViewImpl::onDidFinishRenderingFrame(mbgl::MapObserver::RenderMode mode) {
+void MGLMapViewImpl::onDidFinishRenderingFrame(mbgl::MapObserver::RenderMode mode, bool) {
bool fullyRendered = mode == mbgl::MapObserver::RenderMode::Full;
[mapView mapViewDidFinishRenderingFrameFullyRendered:fullyRendered];
}