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

Unified Diff: Source/platform/scroll/ScrollbarThemeGtkOrAura.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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/ScrollbarThemeGtkOrAura.h
diff --git a/Source/core/platform/ScrollbarThemeGtkOrAura.h b/Source/platform/scroll/ScrollbarThemeGtkOrAura.h
similarity index 94%
rename from Source/core/platform/ScrollbarThemeGtkOrAura.h
rename to Source/platform/scroll/ScrollbarThemeGtkOrAura.h
index 507574474e27cb2f9fb2e10017158a0d426ba41d..3b0f167a2f20fbbd2b47861d55b88f1d25eaa71a 100644
--- a/Source/core/platform/ScrollbarThemeGtkOrAura.h
+++ b/Source/platform/scroll/ScrollbarThemeGtkOrAura.h
@@ -31,11 +31,11 @@
#ifndef ScrollbarThemeGtkOrAura_h
#define ScrollbarThemeGtkOrAura_h
-#include "core/platform/ScrollbarThemeNonMacCommon.h"
+#include "platform/scroll/ScrollbarThemeNonMacCommon.h"
namespace WebCore {
-class ScrollbarThemeGtkOrAura : public ScrollbarThemeNonMacCommon {
+class PLATFORM_EXPORT ScrollbarThemeGtkOrAura : public ScrollbarThemeNonMacCommon {
public:
virtual int scrollbarThickness(ScrollbarControlSize);

Powered by Google App Engine
This is Rietveld 408576698