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

Commit d56c5914 authored by Ady Abraham's avatar Ady Abraham Committed by android-build-merger
Browse files

Merge "SurfaceFlinger: do not force HDR content to default refresh rate" into qt-r1-dev

am: 06acef53

Change-Id: I10791a085a491d93b72e065a3cca9df880bb0252
parents d35ce673 06acef53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ private:
    const scheduler::RefreshRateConfigs& mRefreshRateConfigs;

    // Global config to force HDR content to work on DEFAULT refreshRate
    static constexpr bool mForceHDRContentToDefaultRefreshRate = true;
    static constexpr bool mForceHDRContentToDefaultRefreshRate = false;
};

} // namespace android