summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/render_annotation_source.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-06-08 14:30:47 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-06-13 10:18:43 -0700
commit17db460345aeab21000cf7c18c9dea8d1543d835 (patch)
tree365c113a20adc3b7d36db7d2f1e9cf65f46882c7 /src/mbgl/annotation/render_annotation_source.hpp
parent31bf6719fc845cd83de82b8968b9cd4407f663b7 (diff)
downloadqtlocation-mapboxgl-17db460345aeab21000cf7c18c9dea8d1543d835.tar.gz
[core] Parallelism in {start,finish}Render parameters
Diffstat (limited to 'src/mbgl/annotation/render_annotation_source.hpp')
-rw-r--r--src/mbgl/annotation/render_annotation_source.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/annotation/render_annotation_source.hpp b/src/mbgl/annotation/render_annotation_source.hpp
index e0c9018e17..fe384c64ca 100644
--- a/src/mbgl/annotation/render_annotation_source.hpp
+++ b/src/mbgl/annotation/render_annotation_source.hpp
@@ -18,10 +18,7 @@ public:
bool needsRelayout,
const TileParameters&) final;
- void startRender(algorithm::ClipIDGenerator&,
- const mat4& projMatrix,
- const mat4& clipMatrix,
- const TransformState&) final;
+ void startRender(Painter&) final;
void finishRender(Painter&) final;
std::map<UnwrappedTileID, RenderTile>& getRenderTiles() final;