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

Commit b6aea00c authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android (Google) Code Review
Browse files

Merge "Surface: Fix controlledByApp parameter" into klp-dev

parents 4ceff3d5 7895e90e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ Surface::Surface(
    mTransformHint = 0;
    mConsumerRunningBehind = false;
    mConnectedToCpu = false;
    mProducerControlledByApp = true;
    mProducerControlledByApp = controlledByApp;
    mSwapIntervalZero = false;
}