summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/circle_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layer/circle_layer.hpp')
-rw-r--r--src/mbgl/layer/circle_layer.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mbgl/layer/circle_layer.hpp b/src/mbgl/layer/circle_layer.hpp
index ae1f68198d..957d6b9cae 100644
--- a/src/mbgl/layer/circle_layer.hpp
+++ b/src/mbgl/layer/circle_layer.hpp
@@ -3,11 +3,16 @@
#include <mbgl/style/style_layer.hpp>
#include <mbgl/style/style_properties.hpp>
+#include <mbgl/style/paint_properties_map.hpp>
+#include <mbgl/style/class_properties.hpp>
namespace mbgl {
class CircleLayer : public StyleLayer {
public:
+ void parseLayout(const JSVal&) override {};
+ void parsePaints(const JSVal&) override;
+
void recalculate(const StyleCalculationParameters&) override;
CirclePaintProperties properties;