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

Commit 169636c6 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

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

* commit 'b6aea00c':
  Surface: Fix controlledByApp parameter
parents 0a289c9c b6aea00c
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;
}