summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-05-17 13:49:48 -0700
committerChris Loer <chris.loer@mapbox.com>2017-05-17 16:25:06 -0700
commit77b24bc0d3ddfda494cf1a7ce4090ff3a79324e4 (patch)
treecc5866773c159f1b3573f507069bf1c26660d560 /cmake
parente7154adac3985b8d877c40d16c7d4b3916c7246b (diff)
downloadqtlocation-mapboxgl-77b24bc0d3ddfda494cf1a7ce4090ff3a79324e4.tar.gz
[core] Throttle tiles to redo symbol placement at most once every 300ms.
Fixes issue #8435 and prepares for pitch-scaling changes in issue #8967.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 90b8d97afe..dfe11b82b8 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -593,6 +593,8 @@ set(MBGL_CORE_FILES
src/mbgl/util/thread_context.cpp
src/mbgl/util/thread_context.hpp
src/mbgl/util/thread_local.hpp
+ src/mbgl/util/throttler.cpp
+ src/mbgl/util/throttler.hpp
src/mbgl/util/tile_coordinate.hpp
src/mbgl/util/tile_cover.cpp
src/mbgl/util/tile_cover.hpp