summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/background_layer_impl.cpp
blob: a59a84fbe922e35e32e6359d75de6867918ebab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <mbgl/style/layers/background_layer_impl.hpp>

namespace mbgl {
namespace style {

bool BackgroundLayer::Impl::hasLayoutDifference(const Layer::Impl&) const {
    return false;
}

} // namespace style
} // namespace mbgl