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

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

Merge "surfaceflinger: Initialize Description field"

am: 5fcdccab

Change-Id: Icdd75a05d32515b81cd1e23c8c28fafda290b854
parents 67762b83 5fcdccab
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));
}