summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-11-04 13:00:41 -0700
committerJesse Bounds <jesse@rebounds.net>2016-11-13 15:32:00 -0800
commit870d432f34cee2fff2c0b06ddf6d9ac330253cd9 (patch)
tree1d88c42c1c04d3bc7431ae0d99d20848dfc00c05 /src/mbgl/style/style.hpp
parent9de8279438ed92e7259702c7392087a8e3cd46e7 (diff)
downloadqtlocation-mapboxgl-870d432f34cee2fff2c0b06ddf6d9ac330253cd9.tar.gz
[core] Separate pathway for notifying workers of new images/glyphs
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 21b25857d6..14aef5de42 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -121,6 +121,7 @@ private:
std::vector<std::unique_ptr<Layer>>::const_iterator findLayer(const std::string& layerID) const;
void reloadLayerSource(Layer&);
+ void updateSymbolDependentTiles();
// GlyphStoreObserver implementation.
void onGlyphsLoaded(const FontStack&, const GlyphRange&) override;