summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style_impl.hpp')
-rw-r--r--src/mbgl/style/style_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/style/style_impl.hpp b/src/mbgl/style/style_impl.hpp
index 3dc222bfad..a25428cfac 100644
--- a/src/mbgl/style/style_impl.hpp
+++ b/src/mbgl/style/style_impl.hpp
@@ -75,6 +75,7 @@ public:
TransitionOptions getTransitionOptions() const;
void setTransitionOptions(const TransitionOptions&);
+ void setPersistentTransitionOptions(optional<TransitionOptions>);
void setLight(std::unique_ptr<Light>);
Light* getLight() const;
@@ -112,6 +113,7 @@ private:
Collection<Source> sources;
Collection<Layer> layers;
TransitionOptions transitionOptions;
+ optional<TransitionOptions> persistentTransitionOptions;
std::unique_ptr<Light> light;
// Defaults