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-22 10:46:30 +0300
commit230212d3d8382d77211b10a550396cdbe139092a (patch)
tree07f1585bbce27f6d85bd5a55ab270d5cc43a6c53 /platform/macos/src/MGLMapView+Impl.mm
parent00d4f812acb3a513fd70f4e15a71ae47662bf292 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_export_placementChanged.tar.gz
[core] Export symbol placement update status from MapObserverupstream/mikhail_export_placementChanged
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];
}