| 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);
|
|
|
|
|