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

Commit a9638736 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

Bug: n/a
Test: compile
Change-Id: I39179d83ae748434dcfd2043143e7154053071d7
parent 8ec6ff22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ SurfaceFlinger::SurfaceFlinger()
        mPrimaryDispSync("PrimaryDispSync"),
        mPrimaryHWVsyncEnabled(false),
        mHWVsyncAvailable(false),
        mHasColorMatrix(false),
        mHasPoweredOff(false),
        mFrameBuckets(),
        mTotalTime(0),
+1 −0
Original line number Diff line number Diff line
@@ -705,6 +705,7 @@ private:

    mat4 mPreviousColorMatrix;
    mat4 mColorMatrix;
    bool mHasColorMatrix;

    // Static screen stats
    bool mHasPoweredOff;