Commit 95343512 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable flag "UpdateHoverAtBeginFrame"

Blink.MainFrame.StyleAndLayoutRatio metrics has a significant
regression increase, we will disable flag "UpdateHoverAtBeginFrame" for
now in M78 to help identify what is the reason to cause this
regression.

TBR=bokan@chromium.org

Change-Id: Ic85d4c142a2a25928c3ec25a61de20649144ef50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733037Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684518}
parent 0bd9cc07
......@@ -16,7 +16,7 @@ const base::Feature kSendMouseLeaveEvents{"SendMouseLeaveEvents",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kUpdateHoverAtBeginFrame{"UpdateHoverAtBeginFrame",
base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kCompositorTouchAction{"CompositorTouchAction",
base::FEATURE_ENABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment