summaryrefslogtreecommitdiff
path: root/include/mbgl/android/native_map_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/android/native_map_view.hpp')
-rw-r--r--include/mbgl/android/native_map_view.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/android/native_map_view.hpp b/include/mbgl/android/native_map_view.hpp
index bfe544c2b0..eb5f295eaf 100644
--- a/include/mbgl/android/native_map_view.hpp
+++ b/include/mbgl/android/native_map_view.hpp
@@ -49,6 +49,8 @@ public:
void enableFps(bool enable);
void updateFps();
+ void resize(uint16_t width, uint16_t height, float ratio, uint16_t fbWidth, uint16_t fbHeight);
+
private:
EGLConfig chooseConfig(const EGLConfig configs[], EGLint numConfigs);