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

Commit 3666cc2b 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

* commit '0abac03f':
  SF: Set state modified flag when changing sizes

Change-Id: Ifd3ee6abdc12d141a7de0f2a2f3800017da6a69e
parents c7f903c7 0abac03f
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;