Commit bdbf9cf9 authored by dtapuska's avatar dtapuska Committed by Commit bot

Enable rAF aligned input by default

Approved intent to ship:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/Y9BrlDeS3x4/Q5pzV3R1CgAJ

BUG=703344
TBR=jochen@chromium.org

Review-Url: https://codereview.chromium.org/2903583002
Cr-Commit-Position: refs/heads/master@{#474006}
parent 8634cdd2
...@@ -183,7 +183,7 @@ const base::Feature kPurgeAndSuspend { ...@@ -183,7 +183,7 @@ const base::Feature kPurgeAndSuspend {
// RAF aligned mouse input events support. // RAF aligned mouse input events support.
const base::Feature kRafAlignedMouseInputEvents{ const base::Feature kRafAlignedMouseInputEvents{
"RafAlignedMouseInput", base::FEATURE_DISABLED_BY_DEFAULT}; "RafAlignedMouseInput", base::FEATURE_ENABLED_BY_DEFAULT};
// RAF aligned touch input events support. // RAF aligned touch input events support.
const base::Feature kRafAlignedTouchInputEvents{ const base::Feature kRafAlignedTouchInputEvents{
......
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