Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(883)

Unified Diff: Source/core/testing/InternalSettings.h

Issue 891523002: ScrollTopLeftInterop should not be marked experimental (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698