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

Unified Diff: Source/platform/scroll/ScrollbarThemeNonMacCommon.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/ScrollbarThemeNonMacCommon.h
diff --git a/Source/core/platform/ScrollbarThemeNonMacCommon.h b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h
similarity index 95%
rename from Source/core/platform/ScrollbarThemeNonMacCommon.h
rename to Source/platform/scroll/ScrollbarThemeNonMacCommon.h
index 3fc76476037eeeb05f1ca939007163fed9950895..35f7431ccc354134e9036701ac8c9dd0ad5f1cc9 100644
--- a/Source/core/platform/ScrollbarThemeNonMacCommon.h
+++ b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h
@@ -31,13 +31,13 @@
#ifndef ScrollbarThemeNonMacCommon_h
#define ScrollbarThemeNonMacCommon_h
-#include "core/platform/ScrollbarTheme.h"
+#include "platform/scroll/ScrollbarTheme.h"
namespace WebCore {
class PlatformMouseEvent;
-class ScrollbarThemeNonMacCommon : public ScrollbarTheme {
+class PLATFORM_EXPORT ScrollbarThemeNonMacCommon : public ScrollbarTheme {
protected:
virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; }
virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMock.cpp ('k') | Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698