summaryrefslogtreecommitdiff
path: root/src/mbgl/layer/background_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layer/background_layer.hpp')
-rw-r--r--src/mbgl/layer/background_layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/layer/background_layer.hpp b/src/mbgl/layer/background_layer.hpp
index 86dfd24a4b..b333cd4636 100644
--- a/src/mbgl/layer/background_layer.hpp
+++ b/src/mbgl/layer/background_layer.hpp
@@ -15,6 +15,8 @@ public:
void recalculate(const StyleCalculationParameters&) override;
+ std::unique_ptr<Bucket> createBucket(StyleBucketParameters&) const override;
+
BackgroundPaintProperties properties;
};