Index: WebCore/platform/ScrollAnimatorWin.cpp |
=================================================================== |
--- WebCore/platform/ScrollAnimatorWin.cpp (revision 67407) |
+++ WebCore/platform/ScrollAnimatorWin.cpp (working copy) |
@@ -29,6 +29,9 @@ |
*/ |
#include "config.h" |
+ |
+#if ENABLE(SMOOTH_SCROLLING) |
+ |
#include "ScrollAnimatorWin.h" |
#include "ScrollbarClient.h" |
@@ -294,3 +297,5 @@ |
} |
} // namespace WebCore |
+ |
+#endif // ENABLE(SMOOTH_SCROLLING) |