| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index fef0c8e859036780ddac4633e37efd8c44fd72c3..404fc9d75ff131dbc509b66296cafcc1d4c9c9b8 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -251,6 +251,7 @@ public:
|
| virtual void setViewportMetaZeroValuesQuirk(bool) = 0;
|
| virtual void setWebGLErrorsToConsoleEnabled(bool) = 0;
|
| virtual void setWebSecurityEnabled(bool) = 0;
|
| + virtual void setWheelGesturesEnabled(bool) = 0;
|
| virtual void setWideViewportQuirkEnabled(bool) = 0;
|
| virtual void setXSSAuditorEnabled(bool) = 0;
|
|
|
|
|