summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layer.hpp')
-rw-r--r--include/mbgl/style/layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/layer.hpp b/include/mbgl/style/layer.hpp
index c80312bc23..840ef9ce88 100644
--- a/include/mbgl/style/layer.hpp
+++ b/include/mbgl/style/layer.hpp
@@ -114,6 +114,7 @@ public:
optional<conversion::Error> setVisibility(const conversion::Convertible& value);
virtual StyleProperty getProperty(const std::string&) const = 0;
+ virtual Value serialize() const;
// Private implementation
// TODO : We should not have public mutable data members.
@@ -140,6 +141,7 @@ public:
protected:
virtual Mutable<Impl> mutableBaseImpl() const = 0;
+ void serializeProperty(Value&, const StyleProperty&, const char* propertyName, bool isPaint) const;
LayerObserver* observer;
mapbox::base::WeakPtrFactory<Layer> weakFactory {this};