| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 10f30f658dfa946a19b3422952a0d0d4779e9195..68274b34c99f73a02f814873250a544fb252484d 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -70,6 +70,7 @@ public:
|
| bool m_imagesEnabled;
|
| String m_defaultVideoPosterURL;
|
| bool m_originalLayerSquashingEnabled;
|
| + bool m_originalPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled;
|
| };
|
|
|
| static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page)
|
| @@ -116,6 +117,7 @@ public:
|
| void setOverlayScrollbarsEnabled(bool);
|
| void setStyleScopedEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
| + void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
|
|