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

Commit 9f8c17d2 authored by Doris Liu's avatar Doris Liu Committed by Android Git Automerger
Browse files

am b343db76: am 3ebbc50c: am 27cfed7b: Merge "Make sure transform matrix is...

am b343db76: am 3ebbc50c: am 27cfed7b: Merge "Make sure transform matrix is applied when hardware layer is re-created" into mnc-dev

* commit 'b343db76':
  Make sure transform matrix is applied when hardware layer is re-created
parents cee47b90 b343db76
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -246,6 +246,9 @@ public class TextureView extends View {
            mSurface = null;
            mLayer = null;

            // Make sure if/when new layer gets re-created, transform matrix will
            // be re-applied.
            mMatrixChanged = true;
            mHadSurface = true;
        }
    }