Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1299)

Unified Diff: Source/core/platform/ScrollbarThemeWin.cpp

Issue 26558002: Remove unncessary Scrollbar.h include which will allow me to move all of ScrollbarTheme* to Source/… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase to apply cleanly on trunk Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/platform/ScrollbarThemeOverlay.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « Source/core/platform/ScrollbarThemeOverlay.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698