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

Unified Diff: Source/core/platform/ScrollbarThemeNonMacCommon.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/ScrollbarThemeAuraOrGtk.cpp ('k') | Source/core/platform/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/ScrollbarThemeNonMacCommon.cpp
diff --git a/Source/core/platform/ScrollbarThemeNonMacCommon.cpp b/Source/core/platform/ScrollbarThemeNonMacCommon.cpp
index 72208ba0493f4f897460334009e0891ff87cf239..6f945aca390e5c23d39ebc7a68650b51b0e0cb61 100644
--- a/Source/core/platform/ScrollbarThemeNonMacCommon.cpp
+++ b/Source/core/platform/ScrollbarThemeNonMacCommon.cpp
@@ -29,9 +29,9 @@
#include "core/platform/PlatformMouseEvent.h"
#include "core/platform/ScrollableArea.h"
-#include "core/platform/Scrollbar.h"
#include "core/platform/ScrollbarTheme.h"
#include "core/platform/graphics/GraphicsContextStateSaver.h"
+#include "platform/scroll/ScrollbarThemeClient.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/ScrollbarThemeAuraOrGtk.cpp ('k') | Source/core/platform/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698