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

Commit 50704e6d authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "surfaceflinger: Initialize Description field" am: 5fcdccab

am: b9c594f3

Change-Id: I6f72e12d2aa92a1abcca24f5f531e45dde9f435a
parents c8dbb2b3 b9c594f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ Description::Description() {
    mOpaque = true;
    mTextureEnabled = false;
    mColorMatrixEnabled = false;
    mIsWideGamut = false;

    memset(mColor, 0, sizeof(mColor));
}