| Index: Source/core/platform/ScrollbarThemeWin.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeWin.cpp b/Source/core/platform/ScrollbarThemeWin.cpp
|
| index 1ea3ab383ef654b5a61342fb33ecdf0f7482caff..2135d534d5ef734ed9185e9315e6d042a7b32064 100644
|
| --- a/Source/core/platform/ScrollbarThemeWin.cpp
|
| +++ b/Source/core/platform/ScrollbarThemeWin.cpp
|
| @@ -30,14 +30,15 @@
|
| #include <windows.h>
|
| #include <vsstyle.h>
|
|
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/platform/Scrollbar.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/win/SystemInfo.h"
|
| #include "platform/LayoutTestSupport.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebRect.h"
|
| #include "public/platform/win/WebThemeEngine.h"
|
| +
|
| namespace WebCore {
|
|
|
| ScrollbarTheme* ScrollbarTheme::nativeTheme()
|
|
|