| 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:
|
|
|