Chromium Code Reviews| Index: JavaScriptCore/wtf/Platform.h |
| =================================================================== |
| --- JavaScriptCore/wtf/Platform.h (revision 67407) |
| +++ JavaScriptCore/wtf/Platform.h (working copy) |
| @@ -1040,6 +1040,10 @@ |
| #define ENABLE_PAN_SCROLLING 1 |
| #endif |
| +#if !defined(ENABLE_SMOOTH_SCROLLING) |
| +#define ENABLE_SMOOTH_SCROLLING 0 |
| +#endif |
| + |
| /* Use the QXmlStreamReader implementation for XMLDocumentParser */ |
| /* Use the QXmlQuery implementation for XSLTProcessor */ |
| #if PLATFORM(QT) |