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

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

Issue 23172008: Remove flag for lazy layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also remove from .in Created 7 years, 4 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 | « Source/core/page/RuntimeEnabledFeatures.in ('k') | 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 356f262e7e6f3b1b8748172d8500b054ea581c07..a572cc88bc25cc2371ead37f714bd0191336c857 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -59,7 +59,6 @@ public:
IntSize m_originalTextAutosizingWindowSizeOverride;
float m_originalTextAutosizingFontScaleFactor;
String m_originalMediaTypeOverride;
- bool m_originalLazyLayoutEnabled;
bool m_originalMockScrollbarsEnabled;
bool m_originalUsesOverlayScrollbars;
bool m_langAttributeAwareFormControlUIEnabled;
@@ -110,7 +109,6 @@ public:
void setCSSExclusionsEnabled(bool);
void setExperimentalWebSocketEnabled(bool);
void setLangAttributeAwareFormControlUIEnabled(bool);
- void setLazyLayoutEnabled(bool);
void setStyleScopedEnabled(bool);
private:
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698