// clang-format off // This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`. #include #include namespace mbgl { namespace style { FillLayerProperties::FillLayerProperties( Immutable impl_) : LayerProperties(std::move(impl_)) {} FillLayerProperties::FillLayerProperties( Immutable impl_, CrossfadeParameters crossfade_, FillPaintProperties::PossiblyEvaluated evaluated_) : LayerProperties(std::move(impl_)), crossfade(crossfade_), evaluated(std::move(evaluated_)) {} FillLayerProperties::~FillLayerProperties() = default; unsigned long FillLayerProperties::constantsMask() const { return evaluated.constantsMask(); } const FillLayer::Impl& FillLayerProperties::layerImpl() const { return static_cast(*baseImpl); } } // namespace style } // namespace mbgl // clang-format on