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

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

Issue 643713006: Run-time control enableImageColorProfiles during layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698