summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/backend_scope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-8/+27
| | | | | - Guards against duplicate activations by checking wether the backend of the prior scope is the same as the current ones - Makes sure that only the most outer backend scope deactivates by tracking activation state
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-0/+47