summaryrefslogtreecommitdiff
path: root/platform/macos/src
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src')
-rw-r--r--platform/macos/src/MGLMapView_Private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/macos/src/MGLMapView_Private.h b/platform/macos/src/MGLMapView_Private.h
index 2d9fc52a62..01b1ba7702 100644
--- a/platform/macos/src/MGLMapView_Private.h
+++ b/platform/macos/src/MGLMapView_Private.h
@@ -22,6 +22,9 @@
/// Synchronously render a frame of the map.
- (void)renderSync;
+/// Converts NSTimeInterval to mbgl::Duration
+mbgl::Duration MGLDurationInSeconds(NSTimeInterval duration);
+
- (mbgl::Map *)mbglMap;
@end