summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/map_context.hpp')
-rw-r--r--src/mbgl/map/map_context.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mbgl/map/map_context.hpp b/src/mbgl/map/map_context.hpp
index 24459f270a..012da785c9 100644
--- a/src/mbgl/map/map_context.hpp
+++ b/src/mbgl/map/map_context.hpp
@@ -65,14 +65,12 @@ public:
void onLowMemory();
void cleanup();
-
- // Style::Observer implementation.
- void onTileDataChanged() override;
- void onResourceLoadingFailed(std::exception_ptr error) override;
-
void dumpDebugLogs() const;
private:
+ void onResourceLoaded() override;
+ void onResourceError(std::exception_ptr) override;
+
// Update the state indicated by the accumulated Update flags, then render.
void update();