summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_layer.hpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2018-10-23 21:59:05 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2018-11-19 14:06:21 +0200
commit006ee8b0034eab7096c53a7ca4eddf7226880161 (patch)
treebf6b637be211b05f3c45e2dbff49880b6f25e371 /src/mbgl/renderer/render_layer.hpp
parent44906b1ff38cc6ccedd2a10e02a4fa0aa926d967 (diff)
downloadqtlocation-mapboxgl-006ee8b0034eab7096c53a7ca4eddf7226880161.tar.gz
[core] Move markContextDestroyed() to the RenderLayer
Diffstat (limited to 'src/mbgl/renderer/render_layer.hpp')
-rw-r--r--src/mbgl/renderer/render_layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/renderer/render_layer.hpp b/src/mbgl/renderer/render_layer.hpp
index 39e4a23a84..8d17e318f2 100644
--- a/src/mbgl/renderer/render_layer.hpp
+++ b/src/mbgl/renderer/render_layer.hpp
@@ -91,8 +91,8 @@ public:
Immutable<style::Layer::Impl> baseImpl;
void setImpl(Immutable<style::Layer::Impl>);
+ virtual void markContextDestroyed();
friend std::string layoutKey(const RenderLayer&);
-
protected:
// Checks whether the current hardware can render this layer. If it can't, we'll show a warning
// in the console to inform the developer.