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

Unified Diff: Source/platform/scroll/ScrollbarThemeMacOverlayAPI.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/ScrollbarThemeMacOverlayAPI.h
diff --git a/Source/core/platform/ScrollbarThemeMacOverlayAPI.h b/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
similarity index 95%
rename from Source/core/platform/ScrollbarThemeMacOverlayAPI.h
rename to Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
index b0c5aef9eb70ec79fb83c8014178976ec469e31b..c9056ac17b5f1af01f957e05ead192fd3a792649 100644
--- a/Source/core/platform/ScrollbarThemeMacOverlayAPI.h
+++ b/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h
@@ -31,13 +31,13 @@
#ifndef ScrollbarThemeMacOverlayAPI_h
#define ScrollbarThemeMacOverlayAPI_h
-#include "core/platform/ScrollbarThemeMacCommon.h"
+#include "platform/scroll/ScrollbarThemeMacCommon.h"
typedef id ScrollbarPainter;
namespace WebCore {
-class ScrollbarThemeMacOverlayAPI : public ScrollbarThemeMacCommon {
+class PLATFORM_EXPORT ScrollbarThemeMacOverlayAPI : public ScrollbarThemeMacCommon {
public:
virtual void updateEnabledState(ScrollbarThemeClient*) OVERRIDE;
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm ('k') | Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698