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

Unified Diff: Source/platform/scroll/ScrollbarTheme.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
« no previous file with comments | « Source/platform/scroll/Scrollbar.cpp ('k') | Source/platform/scroll/ScrollbarTheme.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarTheme.h
diff --git a/Source/core/platform/ScrollbarTheme.h b/Source/platform/scroll/ScrollbarTheme.h
similarity index 98%
rename from Source/core/platform/ScrollbarTheme.h
rename to Source/platform/scroll/ScrollbarTheme.h
index 7bfb6b06cdd00295c5ffa7d8c21650163179a386..55612309f43583c7c967a5347bef9cf7b35ae923 100644
--- a/Source/core/platform/ScrollbarTheme.h
+++ b/Source/platform/scroll/ScrollbarTheme.h
@@ -26,8 +26,9 @@
#ifndef ScrollbarTheme_h
#define ScrollbarTheme_h
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform/scroll/ScrollTypes.h"
namespace WebCore {
@@ -36,7 +37,7 @@ class PlatformMouseEvent;
class ScrollbarThemeClient;
class ScrollView;
-class ScrollbarTheme {
+class PLATFORM_EXPORT ScrollbarTheme {
WTF_MAKE_NONCOPYABLE(ScrollbarTheme); WTF_MAKE_FAST_ALLOCATED;
public:
ScrollbarTheme() { }
« no previous file with comments | « Source/platform/scroll/Scrollbar.cpp ('k') | Source/platform/scroll/ScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698