| Index: Source/core/platform/ScrollbarThemeOverlay.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeOverlay.cpp b/Source/core/platform/ScrollbarThemeOverlay.cpp
|
| index fe3869bbcf1f0c35990c41b6e192ea6865becef6..33dc805e0b943207b2827db7e457eca3a5ea7214 100644
|
| --- a/Source/core/platform/ScrollbarThemeOverlay.cpp
|
| +++ b/Source/core/platform/ScrollbarThemeOverlay.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/platform/ScrollbarThemeOverlay.h"
|
|
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/platform/Scrollbar.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
|
|
| #include <algorithm>
|
|
|