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 cf813e0bf7..0980252fb5 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;