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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1195803003: Report accurate Overscroll on handleWheel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index bab2ed72d4e79efc304306b1d76946ed837f043f..56b13205bbfefcc9099e092b233397f28db61976 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -96,6 +96,7 @@ public:
virtual void setExperimentalWebGLEnabled(bool) override;
virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
+ virtual void setElasticOverscrollEnabled(bool) override;
virtual void setForceZeroLayoutHeight(bool) override;
virtual void setFullscreenSupported(bool) override;
virtual void setHyperlinkAuditingEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698