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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-02-25 10:47:50 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:49:07 +0300
commit5734a69628c04a7da793b485561fbe87d87e0f12 (patch)
treeac19fec19e3a7576d81b46552912189f95ae9cec /drape/overlay_handle.hpp
parenta048a0e94cc5e10621d08fb18d0b8356a7c850a6 (diff)
Optimized render groups
Diffstat (limited to 'drape/overlay_handle.hpp')
-rw-r--r--drape/overlay_handle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape/overlay_handle.hpp b/drape/overlay_handle.hpp
index 1277ab25ae..e26f821e2f 100644
--- a/drape/overlay_handle.hpp
+++ b/drape/overlay_handle.hpp
@@ -147,8 +147,8 @@ public:
string const & debugStr,
bool isBillboard = false);
- virtual m2::RectD GetPixelRect(ScreenBase const & screen, bool perspective) const override;
- virtual void GetPixelShape(ScreenBase const & screen, Rects & rects, bool perspective) const override;
+ m2::RectD GetPixelRect(ScreenBase const & screen, bool perspective) const override;
+ void GetPixelShape(ScreenBase const & screen, Rects & rects, bool perspective) const override;
#ifdef DEBUG_OVERLAYS_OUTPUT
virtual string GetOverlayDebugInfo() override;