Loading services/surfaceflinger/Layer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4034,7 +4034,7 @@ void Layer::onPostComposition(const DisplayDevice* display, const std::optional<Fps> renderRate = mFlinger->mScheduler->getFrameRateOverride(getOwnerUid()); const auto vote = frameRateToSetFrameRateVotePayload(mDrawingState.frameRate); const auto vote = frameRateToSetFrameRateVotePayload(getFrameRateForLayerTree()); const auto gameMode = getGameMode(); if (presentFence->isValid()) { Loading Loading
services/surfaceflinger/Layer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -4034,7 +4034,7 @@ void Layer::onPostComposition(const DisplayDevice* display, const std::optional<Fps> renderRate = mFlinger->mScheduler->getFrameRateOverride(getOwnerUid()); const auto vote = frameRateToSetFrameRateVotePayload(mDrawingState.frameRate); const auto vote = frameRateToSetFrameRateVotePayload(getFrameRateForLayerTree()); const auto gameMode = getGameMode(); if (presentFence->isValid()) { Loading