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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.cpp

Issue 2655373003: Squash deceased layer squashing flag (Closed)
Patch Set: Created 3 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: 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()),
« no previous file with comments | « third_party/WebKit/Source/core/testing/InternalSettings.h ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698