Skip to content

Commit

Permalink
Unreviewed. Disable frame rate throttling
Browse files Browse the repository at this point in the history
It doesn't work with our display refresh implementation, so temporary
disable it until we find the right fix or a new display refresh monitor
implementation.

* Source/WebCore/platform/graphics/AnimationFrameRate.cpp:
  • Loading branch information
carlosgcampos committed Sep 12, 2023
1 parent 3b992ec commit 0b063c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/platform/graphics/AnimationFrameRate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace WebCore {

static constexpr OptionSet<ThrottlingReason> halfSpeedThrottlingReasons { ThrottlingReason::LowPowerMode, ThrottlingReason::NonInteractedCrossOriginFrame, ThrottlingReason::VisuallyIdle };
static constexpr OptionSet<ThrottlingReason> halfSpeedThrottlingReasons { };

FramesPerSecond framesPerSecondNearestFullSpeed(FramesPerSecond nominalFramesPerSecond)
{
Expand Down

0 comments on commit 0b063c2

Please sign in to comment.