Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Settings.in |
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in |
| index 075d1f08ac635343cb1ca6193b0415205d626f97..4589c93f17c39116405434a6776a07e87bda3a62 100644 |
| --- a/third_party/WebKit/Source/core/frame/Settings.in |
| +++ b/third_party/WebKit/Source/core/frame/Settings.in |
| @@ -387,3 +387,6 @@ autoplayExperimentMode type=String, initial="off" |
| # When DevTools is emulating mobile device, frame resize may mean device size has changed, |
| # which in turn affects media queries. |
| resizeIsDeviceSizeChange initial=false |
| + |
| +# Whether the browser process sends gesture events for wheel events. |
|
tdresser
2016/03/29 17:23:17
Add a comment that this is temporary, with a bug r
dtapuska
2016/03/29 19:03:44
Done.
|
| +wheelGesturesEnabled initial=false |