#pragma once #include #include #include namespace mbgl { namespace style { class BackgroundLayer::Impl : public Layer::Impl { public: using Layer::Impl::Impl; void stringifyLayout(rapidjson::Writer&) const override; BackgroundPaintProperties::Cascading paint; }; } // namespace style } // namespace mbgl