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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

Issue 1861343002: Remove "reportWheelOverscroll" from Blink settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests and moved check to RenderWidget Created 4 years, 8 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/web/WebSettingsImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index 0c0b2b984a653527daf8e1d7800cb04bd3e5820a..d8dbe903485ccb92f085f3cc1a847609cb5ed636 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -73,11 +73,6 @@ void WebSettingsImpl::setFixedFontFamily(const WebString& font, UScriptCode scri
m_settings->notifyGenericFontFamilyChange();
}
-void WebSettingsImpl::setReportWheelOverscroll(bool enabled)
-{
- m_settings->setReportWheelOverscroll(enabled);
-}
-
void WebSettingsImpl::setForceZeroLayoutHeight(bool enabled)
{
m_settings->setForceZeroLayoutHeight(enabled);
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698