Commit cf53cf16 authored by Navid Zolghadr's avatar Navid Zolghadr Committed by Commit Bot

Enable scroll resampling on ToT

Feel free to revert if it causes any regressions.

Bug: 1000682
Change-Id: Ia65f85a763d20f906e5bcba1f4c3e565dcb64b15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011135Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733458}
parent 8679b50b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
namespace features { namespace features {
const base::Feature kResamplingScrollEvents{"ResamplingScrollEvents", const base::Feature kResamplingScrollEvents{"ResamplingScrollEvents",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kFilteringScrollPrediction{ const base::Feature kFilteringScrollPrediction{
"FilteringScrollPrediction", base::FEATURE_DISABLED_BY_DEFAULT}; "FilteringScrollPrediction", base::FEATURE_DISABLED_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