| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index 89c18f294aa95a891b98ccba498537b42724db1e..0f7814a15d1aabb8071648e685d3178e198839ee 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -57,6 +57,7 @@ public:
|
|
|
| bool m_originalCSP;
|
| bool m_originalCSSStickyPositionEnabled;
|
| + bool m_originalScrollAnchoringEnabled;
|
| bool m_originalOverlayScrollbarsEnabled;
|
| EditingBehaviorType m_originalEditingBehavior;
|
| bool m_originalTextAutosizingEnabled;
|
| @@ -112,6 +113,7 @@ public:
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
| void setCSSStickyPositionEnabled(bool);
|
| + void setScrollAnchoringEnabled(bool);
|
| void setLangAttributeAwareFormControlUIEnabled(bool);
|
| void setOverlayScrollbarsEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
|
|