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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 480803002: Merge CompositedScrollingForFrames into PreferCompositingToLCDText (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/rendering/compositing/RenderLayerCompositor.cpp ('k') | Source/web/tests/PinchViewportTest.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 39e3fe33242257b65f3aa238c751ae8a93372168..86812c50d47784ed856a004500aac912f0cc2d4b 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -649,9 +649,9 @@ void WebSettingsImpl::setAllowCustomScrollbarInMainFrame(bool enabled)
m_settings->setAllowCustomScrollbarInMainFrame(enabled);
}
+// TODO(danakj): Remove this method.
void WebSettingsImpl::setCompositedScrollingForFramesEnabled(bool enabled)
{
- m_settings->setCompositedScrollingForFramesEnabled(enabled);
}
void WebSettingsImpl::setSelectTrailingWhitespaceEnabled(bool enabled)
« no previous file with comments | « Source/core/rendering/compositing/RenderLayerCompositor.cpp ('k') | Source/web/tests/PinchViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698