| 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..db1f88eb65f5bd32043ef136ab174bc215dab862 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 kRafAlignedMouseInputEvents;
|
| +CONTENT_EXPORT extern const base::Feature kRafAlignedTouchInputEvents;
|
| CONTENT_EXPORT extern const base::Feature kRenderingPipelineThrottling;
|
| CONTENT_EXPORT extern const base::Feature kScrollAnchoring;
|
| CONTENT_EXPORT extern const base::Feature kServiceWorkerNavigationPreload;
|
|
|