Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 05881cf678..90b48c82ff 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -83,11 +83,11 @@ using TUserMarksRenderData = std::vector<UserMarkRenderData>;
void ProcessSplineSegmentRects(m2::SharedSpline const & spline, double maxSegmentLength,
std::function<bool(m2::RectD const & segmentRect)> const & func);
-void CacheUserMarks(TileKey const & tileKey, ref_ptr<dp::TextureManager> textures,
- kml::MarkIdCollection const & marksId, UserMarksRenderCollection & renderParams,
- dp::Batcher & batcher);
+void CacheUserMarks(ref_ptr<dp::GraphicsContext> context, TileKey const & tileKey,
+ ref_ptr<dp::TextureManager> textures, kml::MarkIdCollection const & marksId,
+ UserMarksRenderCollection & renderParams, dp::Batcher & batcher);
-void CacheUserLines(TileKey const & tileKey, ref_ptr<dp::TextureManager> textures,
- kml::TrackIdCollection const & linesId, UserLinesRenderCollection & renderParams,
- dp::Batcher & batcher);
+void CacheUserLines(ref_ptr<dp::GraphicsContext> context, TileKey const & tileKey,
+ ref_ptr<dp::TextureManager> textures, kml::TrackIdCollection const & linesId,
+ UserLinesRenderCollection & renderParams, dp::Batcher & batcher);
} // namespace df