Loading services/surfaceflinger/Layer.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1820,6 +1820,7 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) // NOTE: We don't need to hold the transaction lock here // NOTE: We don't need to hold the transaction lock here // because State::active is only accessed from this thread. // because State::active is only accessed from this thread. current.active = front.active; current.active = front.active; current.modified = true; // recompute visible region // recompute visible region recomputeVisibleRegions = true; recomputeVisibleRegions = true; Loading Loading
services/surfaceflinger/Layer.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1820,6 +1820,7 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) // NOTE: We don't need to hold the transaction lock here // NOTE: We don't need to hold the transaction lock here // because State::active is only accessed from this thread. // because State::active is only accessed from this thread. current.active = front.active; current.active = front.active; current.modified = true; // recompute visible region // recompute visible region recomputeVisibleRegions = true; recomputeVisibleRegions = true; Loading