diff options
| author | 2020-06-26 21:59:58 +0000 | |
|---|---|---|
| committer | 2020-06-26 21:59:58 +0000 | |
| commit | f3f2130ec1c35c3bccc1790b839de8202ddbd29e (patch) | |
| tree | fe437b8231b30806b35f6b7c06a39818c78d1831 /libs/gui/ISurfaceComposer.cpp | |
| parent | 90f8249030e02080e937eeed12fc8c8c692bbc64 (diff) | |
| parent | b123f47bbde4d30be44ca02fc369f6ff83dbff8f (diff) | |
Merge "Call Layer::getLayerDebugInfo from the main thread" into qt-dev
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
| -rw-r--r-- | libs/gui/ISurfaceComposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp index 6c9d81ab57..60d246a884 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -610,7 +610,7 @@ public: return result; } - virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const + virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { if (!outLayers) { return UNEXPECTED_NULL; |