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

Commit 06acef53 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e7c4474a 8444c364
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