summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/tile.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-30 13:58:59 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-06-05 19:38:08 -0700
commit74af076d405a089fac70a47e41fe92d04d97fc50 (patch)
tree29e4a76538da9a9455f711a25e7d5ddc1dece625 /src/mbgl/tile/tile.hpp
parent1cf46d93b944095726396acf84649519e2fd96ad (diff)
downloadqtlocation-mapboxgl-74af076d405a089fac70a47e41fe92d04d97fc50.tar.gz
[core] Split RenderStyle from Style
Diffstat (limited to 'src/mbgl/tile/tile.hpp')
-rw-r--r--src/mbgl/tile/tile.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mbgl/tile/tile.hpp b/src/mbgl/tile/tile.hpp
index 91ed4aadaa..bddae5138b 100644
--- a/src/mbgl/tile/tile.hpp
+++ b/src/mbgl/tile/tile.hpp
@@ -22,13 +22,10 @@ class DebugBucket;
class TransformState;
class TileObserver;
class PlacementConfig;
+class RenderStyle;
class RenderedQueryOptions;
class SourceQueryOptions;
-namespace style {
-class Style;
-} // namespace style
-
class Tile : private util::noncopyable {
public:
Tile(OverscaledTileID);
@@ -57,7 +54,7 @@ public:
std::unordered_map<std::string, std::vector<Feature>>& result,
const GeometryCoordinates& queryGeometry,
const TransformState&,
- const style::Style&,
+ const RenderStyle&,
const RenderedQueryOptions& options);
virtual void querySourceFeatures(