From 77b24bc0d3ddfda494cf1a7ce4090ff3a79324e4 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Wed, 17 May 2017 13:49:48 -0700 Subject: [core] Throttle tiles to redo symbol placement at most once every 300ms. Fixes issue #8435 and prepares for pitch-scaling changes in issue #8967. --- cmake/core-files.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake') 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 -- cgit v1.2.1