summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLMapView_Private.h')
-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..f0a61773a9 100644
--- a/platform/macos/src/MGLMapView_Private.h
+++ b/platform/macos/src/MGLMapView_Private.h
@@ -19,6 +19,9 @@
/// Center longitude set independently of the center latitude in an inspectable.
@property (nonatomic) CLLocationDegrees pendingLongitude;
+/// Asynchronously render a frame of the map.
+- (void)setNeedsGLDisplay;
+
/// Synchronously render a frame of the map.
- (void)renderSync;