| Index: Source/WebCore/platform/Scrollbar.cpp
|
| diff --git a/Source/WebCore/platform/Scrollbar.cpp b/Source/WebCore/platform/Scrollbar.cpp
|
| index 9b7d59587e2f68dcffc8b6c8c34c9f3f58820e03..4becbe28a3d68e78c60e59873ff2ff824f035a54 100644
|
| --- a/Source/WebCore/platform/Scrollbar.cpp
|
| +++ b/Source/WebCore/platform/Scrollbar.cpp
|
| @@ -44,7 +44,7 @@
|
|
|
| using namespace std;
|
|
|
| -#if PLATFORM(CHROMIUM) && (OS(UNIX) && !OS(DARWIN))
|
| +#if OS(UNIX) && !OS(DARWIN)
|
| // The position of the scrollbar thumb affects the appearance of the steppers, so
|
| // when the thumb moves, we have to invalidate them for painting.
|
| #define THUMB_POSITION_AFFECTS_BUTTONS
|
|
|