summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/quads.hpp')
-rw-r--r--src/mbgl/text/quads.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mbgl/text/quads.hpp b/src/mbgl/text/quads.hpp
index cdf7c23627..12b8893503 100644
--- a/src/mbgl/text/quads.hpp
+++ b/src/mbgl/text/quads.hpp
@@ -2,6 +2,7 @@
#define MBGL_TEXT_QUADS
#include <mbgl/text/glyph.hpp>
+#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/util/vec.hpp>
#include <vector>
@@ -37,11 +38,11 @@ namespace mbgl {
class PositionedIcon;
SymbolQuads getIconQuads(Anchor& anchor, const PositionedIcon& shapedIcon,
- const std::vector<Coordinate>& line, const SymbolLayoutProperties& layout,
+ const GeometryCoordinates& line, const SymbolLayoutProperties& layout,
const bool alongLine);
SymbolQuads getGlyphQuads(Anchor& anchor, const Shaping& shapedText,
- const float boxScale, const std::vector<Coordinate>& line, const SymbolLayoutProperties& layout,
+ const float boxScale, const GeometryCoordinates& line, const SymbolLayoutProperties& layout,
const bool alongLine, const GlyphPositions& face);
} // namespace mbgl