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

Unified Diff: Source/platform/scroll/ScrollbarThemeMacCommon.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/ScrollbarThemeMacCommon.h
diff --git a/Source/core/platform/ScrollbarThemeMacCommon.h b/Source/platform/scroll/ScrollbarThemeMacCommon.h
similarity index 96%
rename from Source/core/platform/ScrollbarThemeMacCommon.h
rename to Source/platform/scroll/ScrollbarThemeMacCommon.h
index 27b16f2d03f2e0d2b8783dd6ebc12b851cc83113..05a6569fd30e84cccfdcd5845008afad697bbf10 100644
--- a/Source/core/platform/ScrollbarThemeMacCommon.h
+++ b/Source/platform/scroll/ScrollbarThemeMacCommon.h
@@ -26,11 +26,11 @@
#ifndef ScrollbarThemeMacCommon_h
#define ScrollbarThemeMacCommon_h
-#include "core/platform/ScrollbarTheme.h"
+#include "platform/scroll/ScrollbarTheme.h"
namespace WebCore {
-class ScrollbarThemeMacCommon : public ScrollbarTheme {
+class PLATFORM_EXPORT ScrollbarThemeMacCommon : public ScrollbarTheme {
public:
virtual ~ScrollbarThemeMacCommon();
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp ('k') | Source/platform/scroll/ScrollbarThemeMacCommon.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698