| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index b56c8c8a87c83f4eaf4d45c27629f66121a56c95..baf08b6b8365a4f40afee596457437b50938e796 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -76,6 +76,7 @@ public:
|
| bool m_originalPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled;
|
| bool m_originalImageColorProfilesEnabled;
|
| ImageAnimationPolicy m_originalImageAnimationPolicy;
|
| + bool m_originalScrollTopLeftInteropEnabled;
|
| };
|
|
|
| static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page)
|
| @@ -121,6 +122,7 @@ public:
|
| void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
| void setImageColorProfilesEnabled(bool);
|
| void setImageAnimationPolicy(const String&, ExceptionState&);
|
| + void setScrollTopLeftInteropEnabled(bool);
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
|
|