summaryrefslogtreecommitdiff
path: root/src/mbgl/style/image_impl.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-25 11:47:34 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-25 12:39:19 +0300
commit11463b796b37183cdfb528f2492537613bf86511 (patch)
tree7ed11089942404d97363029403a33d7837852adb /src/mbgl/style/image_impl.hpp
parente3af6503bd839e8283a280698c840f3bcbe5457d (diff)
downloadqtlocation-mapboxgl-11463b796b37183cdfb528f2492537613bf86511.tar.gz
[core] Added GeometryTileWorker-owned image correlation IDupstream/revert-9739
Diffstat (limited to 'src/mbgl/style/image_impl.hpp')
-rw-r--r--src/mbgl/style/image_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/style/image_impl.hpp b/src/mbgl/style/image_impl.hpp
index 75dc83206c..e439e42695 100644
--- a/src/mbgl/style/image_impl.hpp
+++ b/src/mbgl/style/image_impl.hpp
@@ -28,5 +28,6 @@ public:
using ImageMap = std::unordered_map<std::string, Immutable<style::Image::Impl>>;
using ImageDependencies = std::set<std::string>;
+using ImageRequestPair = std::pair<ImageDependencies, uint64_t>;
} // namespace mbgl