| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index e21b2b0c47c1df942765b9db4cbf26ab87914f9f..329bb0273fa6aee55912b06a5ec37766e0c77498 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -183,7 +183,7 @@ const base::Feature kPurgeAndSuspend {
|
|
|
| // RAF aligned mouse input events support.
|
| const base::Feature kRafAlignedMouseInputEvents{
|
| - "RafAlignedMouseInput", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "RafAlignedMouseInput", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // RAF aligned touch input events support.
|
| const base::Feature kRafAlignedTouchInputEvents{
|
|
|