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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 486493002: Merge AcceleratedCompositingForOverflowScroll into PreferCompositingToLCDText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-overflowscroll: imagefailure 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/testing/Internals.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 c19ff913b11fae815b7b2fe8ad712f7865000dc1..b01f4eeafa27e9b3a0980627653f20d329573544 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -442,9 +442,9 @@ void WebSettingsImpl::setMockGestureTapHighlightsEnabled(bool enabled)
m_settings->setMockGestureTapHighlightsEnabled(enabled);
}
+// TODO(danakj): Remove this method.
void WebSettingsImpl::setAcceleratedCompositingForOverflowScrollEnabled(bool enabled)
{
- m_settings->setAcceleratedCompositingForOverflowScrollEnabled(enabled);
}
void WebSettingsImpl::setCompositorDrivenAcceleratedScrollingEnabled(bool enabled)
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/web/tests/PinchViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698