| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index db5bee545628620935406077facd8aa3b705d30b..18a5cfd00e74869490d0bc6b7793e0b41413688f 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -320,4 +320,9 @@ void WebRuntimeFeatures::enableWebFontsIntervention(bool enable)
|
| RuntimeEnabledFeatures::setWebFontsInterventionEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableScrollAnchoring(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setScrollAnchoringEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|