summaryrefslogtreecommitdiff
path: root/src/mbgl/text/placement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/placement.hpp')
-rw-r--r--src/mbgl/text/placement.hpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/mbgl/text/placement.hpp b/src/mbgl/text/placement.hpp
index c159286a2b..30062471da 100644
--- a/src/mbgl/text/placement.hpp
+++ b/src/mbgl/text/placement.hpp
@@ -90,14 +90,10 @@ private:
class BucketPlacementParameters {
public:
- const mat4& posMatrix;
- const mat4& textLabelPlaneMatrix;
- const mat4& iconLabelPlaneMatrix;
- float scale;
- float pixelRatio;
+ const RenderTile& tile;
+ const mat4& projMatrix;
+ std::string sourceId;
bool showCollisionBoxes;
- bool holdingForFade;
- const CollisionGroups::CollisionGroup& collisionGroup;
};
class Placement {