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

Unified Diff: Source/platform/scroll/ScrollbarThemeWin.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/ScrollbarThemeOverlayMock.h ('k') | Source/platform/scroll/ScrollbarThemeWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeWin.h
diff --git a/Source/core/platform/ScrollbarThemeWin.h b/Source/platform/scroll/ScrollbarThemeWin.h
similarity index 95%
rename from Source/core/platform/ScrollbarThemeWin.h
rename to Source/platform/scroll/ScrollbarThemeWin.h
index 5b5ee6e444a5d434e603aa63f7e2da86bcd7bb9e..9c6911ed402b1c0eaebd07ebbbaecb0e7d0adbb7 100644
--- a/Source/core/platform/ScrollbarThemeWin.h
+++ b/Source/platform/scroll/ScrollbarThemeWin.h
@@ -31,11 +31,11 @@
#ifndef ScrollbarThemeWin_h
#define ScrollbarThemeWin_h
-#include "core/platform/ScrollbarThemeNonMacCommon.h"
+#include "platform/scroll/ScrollbarThemeNonMacCommon.h"
namespace WebCore {
-class ScrollbarThemeWin : public ScrollbarThemeNonMacCommon {
+class PLATFORM_EXPORT ScrollbarThemeWin : public ScrollbarThemeNonMacCommon {
public:
virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
virtual bool invalidateOnMouseEnterExit() OVERRIDE;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlayMock.h ('k') | Source/platform/scroll/ScrollbarThemeWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698