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 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index e5e08afb21..fab0f6e4a9 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -110,6 +110,9 @@ public:
unique_ptr<UserMarkCopy> Copy() const override;
+ //virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const;
+ virtual double GetAnimScaleFactor() const;
+ virtual m2::PointD const & GetPixelOffset() const;
shared_ptr<anim::Task> CreateAnimTask(Framework & fm);
// StyledPoint overrides: