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

Unified Diff: Source/platform/scroll/ScrollbarThemeMock.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/ScrollbarThemeMock.h
diff --git a/Source/core/platform/mock/ScrollbarThemeMock.h b/Source/platform/scroll/ScrollbarThemeMock.h
similarity index 95%
rename from Source/core/platform/mock/ScrollbarThemeMock.h
rename to Source/platform/scroll/ScrollbarThemeMock.h
index 3ddf0268b78591265b82467af971524eb75dcc24..4011d40f7ce1174481fff0c9c55c2d7ee294315c 100644
--- a/Source/core/platform/mock/ScrollbarThemeMock.h
+++ b/Source/platform/scroll/ScrollbarThemeMock.h
@@ -26,12 +26,12 @@
#ifndef ScrollbarThemeMock_h
#define ScrollbarThemeMock_h
-#include "core/platform/ScrollbarTheme.h"
+#include "platform/scroll/ScrollbarTheme.h"
namespace WebCore {
// Scrollbar theme used in image snapshots, to eliminate appearance differences between platforms.
-class ScrollbarThemeMock : public ScrollbarTheme {
+class PLATFORM_EXPORT ScrollbarThemeMock : public ScrollbarTheme {
public:
virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
virtual bool usesOverlayScrollbars() const OVERRIDE;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm ('k') | Source/platform/scroll/ScrollbarThemeMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698