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

namespace mbgl {
namespace style {

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

} // namespace style
} // namespace mbgl