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

Unified Diff: sky/engine/web/WebSettingsImpl.cpp

Issue 682363002: Remove more scrolling methods from FrameView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/web/WebSettingsImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.cpp
diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
index 407eea6a07d40ecae5843097cd82dbe4b9674f75..fafaec6a43efb2612e51f86a4685baeb019e31a7 100644
--- a/sky/engine/web/WebSettingsImpl.cpp
+++ b/sky/engine/web/WebSettingsImpl.cpp
@@ -325,11 +325,6 @@ void WebSettingsImpl::setShouldClearDocumentBackground(bool enabled)
m_settings->setShouldClearDocumentBackground(enabled);
}
-void WebSettingsImpl::setEnableScrollAnimator(bool enabled)
-{
- m_settings->setScrollAnimatorEnabled(enabled);
-}
-
void WebSettingsImpl::setEnableTouchAdjustment(bool enabled)
{
m_settings->setTouchAdjustmentEnabled(enabled);
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698