| Index: Source/WebCore/platform/ScrollAnimator.cpp
|
| diff --git a/Source/WebCore/platform/ScrollAnimator.cpp b/Source/WebCore/platform/ScrollAnimator.cpp
|
| index f9a1cdf22a19e320de0e8a9d2d2720c21d58062e..ed4dc02d5f3e1ef3526bd8cae28df566bec66f0a 100644
|
| --- a/Source/WebCore/platform/ScrollAnimator.cpp
|
| +++ b/Source/WebCore/platform/ScrollAnimator.cpp
|
| @@ -86,7 +86,7 @@ bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
|
|
|
| bool handled = false;
|
|
|
| -#if PLATFORM(CHROMIUM) && !OS(DARWIN)
|
| +#if !OS(DARWIN)
|
| ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel;
|
| #else
|
| ScrollGranularity granularity = ScrollByPixel;
|
|
|