| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index f16f7b5325b463a3181663e67dcd05dfee4bc155..e3d3d9db82b28d22bca5de67fffbe98b486e119a 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -161,6 +161,8 @@ public:
|
| BLINK_EXPORT static void enablePresentationAPI(bool);
|
|
|
| BLINK_EXPORT static void enableWebFontsIntervention(bool);
|
| +
|
| + BLINK_EXPORT static void enableScrollAnchoring(bool);
|
| private:
|
| WebRuntimeFeatures();
|
| };
|
|
|