From ef3d04dee5f4bc23a9fa88a07805c3d5c489db0b Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 21 Aug 2019 18:48:09 +0300 Subject: [core] Export symbol placement update status from MapObserver --- platform/macos/src/MGLMapView+Impl.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/src/MGLMapView+Impl.mm') 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]; } -- cgit v1.2.1