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

Unified Diff: Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.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/ScrollbarThemeMacNonOverlayAPI.h
diff --git a/Source/core/platform/ScrollbarThemeMacNonOverlayAPI.h b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
similarity index 94%
rename from Source/core/platform/ScrollbarThemeMacNonOverlayAPI.h
rename to Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
index e51380059f46d433793aa671a9dafbc37baf45b4..ca864c57a4ceacb39846c7ebfc164caa4857d050 100644
--- a/Source/core/platform/ScrollbarThemeMacNonOverlayAPI.h
+++ b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h
@@ -31,11 +31,11 @@
#ifndef ScrollbarThemeMacNonOverlayAPI_h
#define ScrollbarThemeMacNonOverlayAPI_h
-#include "core/platform/ScrollbarThemeMacCommon.h"
+#include "platform/scroll/ScrollbarThemeMacCommon.h"
namespace WebCore {
-class ScrollbarThemeMacNonOverlayAPI : public ScrollbarThemeMacCommon {
+class PLATFORM_EXPORT ScrollbarThemeMacNonOverlayAPI : public ScrollbarThemeMacCommon {
public:
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
virtual bool usesOverlayScrollbars() const OVERRIDE { return false; }
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacCommon.mm ('k') | Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698