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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlay.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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
Index: Source/platform/scroll/ScrollbarThemeOverlay.h
diff --git a/Source/core/platform/ScrollbarThemeOverlay.h b/Source/platform/scroll/ScrollbarThemeOverlay.h
similarity index 96%
rename from Source/core/platform/ScrollbarThemeOverlay.h
rename to Source/platform/scroll/ScrollbarThemeOverlay.h
index 0a7e2d1639d5258a85f3e06897b89e4a34217a94..5bc8e770bea2aaec9a71470c9fddbc308cbee8d4 100644
--- a/Source/core/platform/ScrollbarThemeOverlay.h
+++ b/Source/platform/scroll/ScrollbarThemeOverlay.h
@@ -26,13 +26,13 @@
#ifndef ScrollbarThemeOverlay_h
#define ScrollbarThemeOverlay_h
-#include "core/platform/ScrollbarTheme.h"
+#include "platform/scroll/ScrollbarTheme.h"
namespace WebCore {
// This scrollbar theme is used to get overlay scrollbar for platforms other
// than Mac. Mac's overlay scrollbars are in ScrollbarThemeMac*.
-class ScrollbarThemeOverlay : public ScrollbarTheme {
+class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme {
public:
enum HitTestBehavior { AllowHitTest, DisallowHitTest };
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp ('k') | Source/platform/scroll/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698