Loading services/surfaceflinger/Layer.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,11 @@ void Layer::onRemoved() { } mSurfaceFlingerConsumer->abandon(); #ifdef USE_HWC2 clearHwcLayers(); #endif for (const auto& child : mCurrentChildren) { child->onRemoved(); } Loading Loading
services/surfaceflinger/Layer.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -298,6 +298,11 @@ void Layer::onRemoved() { } mSurfaceFlingerConsumer->abandon(); #ifdef USE_HWC2 clearHwcLayers(); #endif for (const auto& child : mCurrentChildren) { child->onRemoved(); } Loading