| Index: third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.cpp b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| index 6958a2743b8b6fd577876a51ed72ee3858400b77..dc12dca40f28d2886bc75283822df5333c7fd8cb 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| @@ -79,7 +79,6 @@ InternalSettings::Backup::Backup(Settings* settings)
|
| RuntimeEnabledFeatures::langAttributeAwareFormControlUIEnabled()),
|
| m_imagesEnabled(settings->getImagesEnabled()),
|
| m_defaultVideoPosterURL(settings->getDefaultVideoPosterURL()),
|
| - m_originalLayerSquashingEnabled(settings->getLayerSquashingEnabled()),
|
| m_originalImageAnimationPolicy(settings->getImageAnimationPolicy()),
|
| m_originalScrollTopLeftInteropEnabled(
|
| RuntimeEnabledFeatures::scrollTopLeftInteropEnabled()),
|
|
|