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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 206463009: Rip out Settings::fixedPositionCreatesStackingContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo Created 6 years, 9 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/web/WebSettingsImpl.h ('k') | Source/web/tests/CompositedLayerMappingTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 8582ff44660c6f6c6c7b2ecfd5c2c3252712b115..68dda2847a62140062d4efefbe939867b2a072a1 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -673,11 +673,6 @@ void WebSettingsImpl::setMediaFullscreenRequiresUserGesture(bool required)
m_settings->setMediaFullscreenRequiresUserGesture(required);
}
-void WebSettingsImpl::setFixedPositionCreatesStackingContext(bool creates)
-{
- m_settings->setFixedPositionCreatesStackingContext(creates);
-}
-
void WebSettingsImpl::setViewportEnabled(bool enabled)
{
m_settings->setViewportEnabled(enabled);
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | Source/web/tests/CompositedLayerMappingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698