| Index: Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeOverlay.cpp b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/ScrollbarThemeOverlay.cpp
|
| rename to Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| index 2ed789c6d145599d3cb703974cf7f71da68a6850..bc9147a55510e48b2a8efa5c66c39b5b86860811 100644
|
| --- a/Source/core/platform/ScrollbarThemeOverlay.cpp
|
| +++ b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/ScrollbarThemeOverlay.h"
|
| +#include "platform/scroll/ScrollbarThemeOverlay.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "platform/PlatformMouseEvent.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| #include "platform/scroll/ScrollbarThemeClient.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
|
|
|
|