| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index e584db44d69f185d4300234ed30cf1ae089848f1..616e615423da05bcb95e22e6fc8c0100e696c62f 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -72,6 +72,7 @@ public:
|
| String m_defaultVideoPosterURL;
|
| bool m_originalLayerSquashingEnabled;
|
| bool m_originalPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled;
|
| + bool m_originalImageColorProfilesEnabled;
|
| };
|
|
|
| static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page)
|
| @@ -117,8 +118,9 @@ public:
|
| void setLangAttributeAwareFormControlUIEnabled(bool);
|
| void setOverlayScrollbarsEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
| - void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
| void setLaxMixedContentCheckingEnabled(bool);
|
| + void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
| + void setImageColorProfilesEnabled(bool);
|
|
|
| virtual void trace(Visitor*) override;
|
|
|
|
|