Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0abac03f authored by Pablo Ceballos's avatar Pablo Ceballos Committed by Android (Google) Code Review
Browse files

Merge "SF: Set state modified flag when changing sizes" into nyc-dev

parents cdea85e9 39c88e8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;