Chromium Code Reviews| Index: Source/WebKit/chromium/src/WebSettingsImpl.cpp |
| diff --git a/Source/WebKit/chromium/src/WebSettingsImpl.cpp b/Source/WebKit/chromium/src/WebSettingsImpl.cpp |
| index 2bc80914e7418b2278cfb94fd4a0f59b384fcb88..bd5fba48df7d6f28872ac24839db586f1bb2ac9a 100644 |
| --- a/Source/WebKit/chromium/src/WebSettingsImpl.cpp |
| +++ b/Source/WebKit/chromium/src/WebSettingsImpl.cpp |
| @@ -60,6 +60,7 @@ WebSettingsImpl::WebSettingsImpl(Settings* settings) |
| , m_deferredImageDecodingEnabled(false) |
| , m_doubleTapToZoomEnabled(false) |
| , m_supportDeprecatedTargetDensityDPI(false) |
| + , m_pinchOverlayScrollbarThickness(10) |
|
jamesr
2013/06/18 20:21:58
this has switched between '0' and '10' in differen
wjmaclean
2013/06/18 20:42:46
Sorry about that ... it was intended to (and will!
|
| { |
| ASSERT(settings); |
| } |