| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index 8fd790aaac74bf30ef29c0bbc00212826881348d..78506162ed58d5b19e0394256dc2de2725b3cd6a 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -193,7 +193,6 @@ public:
|
| void setViewportMetaZeroValuesQuirk(bool) override;
|
| void setWebGLErrorsToConsoleEnabled(bool) override;
|
| void setWebSecurityEnabled(bool) override;
|
| - void setWheelGesturesEnabled(bool) override;
|
| void setWideViewportQuirkEnabled(bool) override;
|
| void setXSSAuditorEnabled(bool) override;
|
|
|
| @@ -211,7 +210,6 @@ public:
|
|
|
| void setMockGestureTapHighlightsEnabled(bool);
|
| bool mockGestureTapHighlightsEnabled() const;
|
| - bool wheelGesturesEnabled() const;
|
|
|
| private:
|
| Settings* m_settings;
|
|
|