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