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

Commit 014f1588 authored by Pablo Ceballos's avatar Pablo Ceballos Committed by android-build-merger
Browse files

Merge "SF: Set state modified flag when changing sizes" into nyc-dev am: 0abac03f am: fbdc2339

am: 2720e7d9

* commit '2720e7d9':
  SF: Set state modified flag when changing sizes

Change-Id: Ib370a90726f56d58ef945107d1942bc5552dad8e
parents a9614f9c 2720e7d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1818,6 +1818,7 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions)
                        // NOTE: We don't need to hold the transaction lock here
                        // because State::active is only accessed from this thread.
                        current.active = front.active;
                        current.modified = true;

                        // recompute visible region
                        recomputeVisibleRegions = true;