summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/geometry_tile.hpp')
-rw-r--r--src/mbgl/tile/geometry_tile.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/tile/geometry_tile.hpp b/src/mbgl/tile/geometry_tile.hpp
index 8843d6e579..7423de7c74 100644
--- a/src/mbgl/tile/geometry_tile.hpp
+++ b/src/mbgl/tile/geometry_tile.hpp
@@ -124,11 +124,11 @@ private:
uint64_t correlationID = 0;
std::unordered_map<std::string, std::shared_ptr<Bucket>> nonSymbolBuckets;
+ optional<std::pair<std::unique_ptr<FeatureIndex>, std::unique_ptr<const GeometryTileData>>> dataPendingSymbolBuckets;
+ optional<std::pair<std::unique_ptr<FeatureIndex>, std::unique_ptr<const GeometryTileData>>> dataPendingCommit;
std::unique_ptr<FeatureIndex> featureIndex;
- optional<std::pair<bool,std::unique_ptr<FeatureIndex>>> pendingFeatureIndex;
std::unique_ptr<const GeometryTileData> data;
- optional<std::pair<bool, std::unique_ptr<const GeometryTileData>>> pendingData;
-
+
optional<AlphaImage> glyphAtlasImage;
optional<PremultipliedImage> iconAtlasImage;