summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/bucket.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-01-20 09:14:11 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-01-20 09:14:59 +0200
commit5d4317653627ccc444c9577390d7065f9bd9a6ac (patch)
tree142a0648764e29b2daf940466c42d0bc3034d04e /src/mbgl/renderer/bucket.hpp
parent73a5d27b95afcb8e60777dba708875aa23be1b27 (diff)
downloadqtlocation-mapboxgl-5d4317653627ccc444c9577390d7065f9bd9a6ac.tar.gz
[core] Pass TransformState to the cross tile symbol indexupstream/cross_tile_index_performance
Diffstat (limited to 'src/mbgl/renderer/bucket.hpp')
-rw-r--r--src/mbgl/renderer/bucket.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mbgl/renderer/bucket.hpp b/src/mbgl/renderer/bucket.hpp
index 3e756a06a4..5a535920cd 100644
--- a/src/mbgl/renderer/bucket.hpp
+++ b/src/mbgl/renderer/bucket.hpp
@@ -56,7 +56,9 @@ public:
// Returns a pair, the first element of which is a bucket cross-tile id
// on success call; `0` otherwise. The second element is `true` if
// the bucket was originally registered; `false` otherwise.
- virtual std::pair<uint32_t, bool> registerAtCrossTileIndex(CrossTileSymbolLayerIndex&, const OverscaledTileID&) {
+ virtual std::pair<uint32_t, bool> registerAtCrossTileIndex(CrossTileSymbolLayerIndex&,
+ const OverscaledTileID&,
+ const TransformState&) {
return std::make_pair(0u, false);
}
// Places this bucket to the given placement.