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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-01-05 17:21:12 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-01-05 17:23:46 +0300
commitb4be436dec7fc6699bdfc6a9f0c909f121af36ad (patch)
treee86c3c9ad48c6b80d82a45e1a025c2e53edec9cc /drape_frontend/user_event_stream.hpp
parent4b36666f7ae12efa3a461c921e0bc74360c8f965 (diff)
Fixed arrow position in follow and follow-and-rotate modes.
Diffstat (limited to 'drape_frontend/user_event_stream.hpp')
-rw-r--r--drape_frontend/user_event_stream.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/drape_frontend/user_event_stream.hpp b/drape_frontend/user_event_stream.hpp
index 1327d1e5f2..3964e9c738 100644
--- a/drape_frontend/user_event_stream.hpp
+++ b/drape_frontend/user_event_stream.hpp
@@ -256,6 +256,8 @@ public:
virtual void CorrectGlobalScalePoint(m2::PointD & pt) const = 0;
virtual void CorrectScalePoint(m2::PointD & pt1, m2::PointD & pt2) const = 0;
virtual void OnScaleEnded() = 0;
+
+ virtual void OnAnimationStarted() = 0;
};
UserEventStream(TIsCountryLoaded const & fn);