Commit 91c87593 authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Enable scroll resampling on ToT

\o/

Doc:
https://docs.google.com/document/d/1KrlQ0m5Ty9RKE1IorjEXDldYFJvUV_Ww10lnjh-TRN0/

Bug: 1000682
Change-Id: Ia77af76fd530be740d7d7c64706f47a48c248387
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786591
Commit-Queue: Ella Ge <eirage@chromium.org>
Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698698}
parent 6c1f3ec4
...@@ -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