| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index f01f260998417a935eac0929e37d8aef9ac5dec5..894e8147878fc0b8d9e200f99a3fadcbc8fef75b 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -43,7 +43,8 @@ CONTENT_EXPORT extern const base::Feature kPassiveEventListenersDueToFling;
|
| CONTENT_EXPORT extern const base::Feature kPepper3DImageChromium;
|
| CONTENT_EXPORT extern const base::Feature kPointerEvents;
|
| CONTENT_EXPORT extern const base::Feature kPointerEventV1SpecCapturing;
|
| -CONTENT_EXPORT extern const base::Feature kRafAlignedInputEvents;
|
| +CONTENT_EXPORT extern const base::Feature kRafAlignedTouchInputEvents;
|
| +CONTENT_EXPORT extern const base::Feature kRafAlignedMouseInputEvents;
|
| CONTENT_EXPORT extern const base::Feature kRenderingPipelineThrottling;
|
| CONTENT_EXPORT extern const base::Feature kScrollAnchoring;
|
| CONTENT_EXPORT extern const base::Feature kServiceWorkerNavigationPreload;
|
|
|