summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index e07a4fda75..b9eb499947 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -36,7 +36,7 @@ class RenderedQueryOptions;
class Scheduler;
class RenderLayer;
class RenderSource;
-class TileParameters;
+class UpdateParameters;
namespace style {
@@ -59,13 +59,7 @@ public:
bool isLoaded() const;
- // Fetch the tiles needed by the current viewport and emit a signal when
- // a tile is ready so observers can render the tile.
- void updateTiles(const TileParameters&);
-
- void relayout();
- void cascade(const TimePoint&, MapMode);
- void recalculate(float z, const TimePoint&, MapMode);
+ void update(const UpdateParameters&);
bool hasTransitions() const;