summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/buckets/fill_bucket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/renderer/buckets/fill_bucket.hpp')
-rw-r--r--src/mbgl/renderer/buckets/fill_bucket.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/renderer/buckets/fill_bucket.hpp b/src/mbgl/renderer/buckets/fill_bucket.hpp
index b74489ae19..d205ca801f 100644
--- a/src/mbgl/renderer/buckets/fill_bucket.hpp
+++ b/src/mbgl/renderer/buckets/fill_bucket.hpp
@@ -40,9 +40,9 @@ public:
float getQueryRadius(const RenderLayer&) const override;
bool supportsLayer(const style::Layer::Impl&) const override;
- gl::VertexVector<FillLayoutVertex> vertices;
- gl::IndexVector<gfx::Lines> lines;
- gl::IndexVector<gfx::Triangles> triangles;
+ gfx::VertexVector<FillLayoutVertex> vertices;
+ gfx::IndexVector<gfx::Lines> lines;
+ gfx::IndexVector<gfx::Triangles> triangles;
SegmentVector<FillAttributes> lineSegments;
SegmentVector<FillAttributes> triangleSegments;