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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 6321a04c3f..e4ed7435b0 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -81,10 +81,10 @@ public:
// Fetch the tiles needed by the current viewport and emit a signal when
// a tile is ready so observers can render the tile.
- void update(const TransformState&, gl::TexturePool&);
+ void update(const TransformState&, const TimePoint&, gl::TexturePool&);
- void cascade();
- void recalculate(float z);
+ void cascade(const TimePoint&);
+ void recalculate(float z, const TimePoint&);
bool hasTransitions() const;