[android][locator] fix: Review fixes.

This commit is contained in:
Alexander Marchuk 2016-06-08 18:11:20 +03:00
parent 9e4d720793
commit af1a3ed309

View file

@ -350,7 +350,7 @@ public:
void CreateDrapeEngine(ref_ptr<dp::OGLContextFactory> contextFactory, DrapeCreationParams && params);
ref_ptr<df::DrapeEngine> GetDrapeEngine();
bool IsDrapeEngineCreated() const { return m_drapeEngine && m_drapeEngine.get(); }
bool IsDrapeEngineCreated() const { return m_drapeEngine != nullptr; }
void DestroyDrapeEngine();
/// Called when graphics engine should be temporarily paused and then resumed.
void SetRenderingEnabled(bool enable);