Index: Source/core/platform/ScrollbarThemeWin.cpp |
diff --git a/Source/core/platform/ScrollbarThemeWin.cpp b/Source/core/platform/ScrollbarThemeWin.cpp |
index a4940834a358835dc31a375cc85838b2a3e24f44..763a284cfb69106b36f4b32c6512227b0a7edb0f 100644 |
--- a/Source/core/platform/ScrollbarThemeWin.cpp |
+++ b/Source/core/platform/ScrollbarThemeWin.cpp |
@@ -31,13 +31,14 @@ |
#include <vsstyle.h> |
#include "core/platform/PlatformMouseEvent.h" |
-#include "core/platform/Scrollbar.h" |
#include "core/platform/graphics/GraphicsContext.h" |
#include "platform/LayoutTestSupport.h" |
+#include "platform/scroll/ScrollbarThemeClient.h" |
#include "platform/win/SystemInfo.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebRect.h" |
#include "public/platform/win/WebThemeEngine.h" |
+ |
namespace WebCore { |
ScrollbarTheme* ScrollbarTheme::nativeTheme() |