summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default/headless_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/default/headless_view.hpp')
-rw-r--r--include/mbgl/platform/default/headless_view.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index a521cff547..387011aa0b 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -31,13 +31,13 @@ public:
std::unique_ptr<uint32_t[]> readPixels();
void notify();
- void notify_map_change(MapChange change, timestamp delay = 0);
- void make_active();
- void make_inactive();
+ void notifyMapChange(MapChange change, timestamp delay = 0);
+ void activate();
+ void deactivate();
void swap();
private:
- void clear_buffers();
+ void clearBuffers();
private:
std::shared_ptr<HeadlessDisplay> display_;