From 6532438fe47bca1af690779ffa7292d6f1080d0c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 26 Jun 2015 15:10:15 -0700 Subject: Rationalize *RenderingMap notifications --- ios/benchmark/MBXBenchViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/benchmark') diff --git a/ios/benchmark/MBXBenchViewController.mm b/ios/benchmark/MBXBenchViewController.mm index 8883ebff0f..86b4ec9cbe 100644 --- a/ios/benchmark/MBXBenchViewController.mm +++ b/ios/benchmark/MBXBenchViewController.mm @@ -88,7 +88,7 @@ static const int benchmarkDuration = 200; // frames } } -- (void)mapViewDidFinishRenderingMap:(MGLMapView *)mapView fullyRendered:(__unused BOOL)fullyRendered +- (void)mapViewDidFinishRenderingFrame:(MGLMapView *)mapView fullyRendered:(__unused BOOL)fullyRendered { if (state == State::Benchmarking) { -- cgit v1.2.1