summaryrefslogtreecommitdiff
path: root/ios/benchmark
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-06-26 15:10:15 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-06-30 10:13:24 -0700
commit6532438fe47bca1af690779ffa7292d6f1080d0c (patch)
treeb62816c6541f1c1e42c85901c2600080b64f98a5 /ios/benchmark
parent8c4a03acb4298bd0f3344c6e9667ef1ee2726b6d (diff)
downloadqtlocation-mapboxgl-6532438fe47bca1af690779ffa7292d6f1080d0c.tar.gz
Rationalize *RenderingMap notifications
Diffstat (limited to 'ios/benchmark')
-rw-r--r--ios/benchmark/MBXBenchViewController.mm2
1 files changed, 1 insertions, 1 deletions
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)
{