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

namespace mbgl {
namespace style {

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

} // namespace style
} // namespace mbgl