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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlayMock.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
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | Source/platform/scroll/ScrollbarThemeWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeOverlayMock.h
diff --git a/Source/core/platform/mock/ScrollbarThemeOverlayMock.h b/Source/platform/scroll/ScrollbarThemeOverlayMock.h
similarity index 93%
rename from Source/core/platform/mock/ScrollbarThemeOverlayMock.h
rename to Source/platform/scroll/ScrollbarThemeOverlayMock.h
index 0a9a862dd85ccdb4904d39282819d88e90891328..ecbba083bb96487a53f0383819b1b20a684c78d7 100644
--- a/Source/core/platform/mock/ScrollbarThemeOverlayMock.h
+++ b/Source/platform/scroll/ScrollbarThemeOverlayMock.h
@@ -31,11 +31,11 @@
#ifndef ScrollbarThemeOverlayMock_h
#define ScrollbarThemeOverlayMock_h
-#include "core/platform/ScrollbarThemeOverlay.h"
+#include "platform/scroll/ScrollbarThemeOverlay.h"
namespace WebCore {
-class ScrollbarThemeOverlayMock : public ScrollbarThemeOverlay {
+class PLATFORM_EXPORT ScrollbarThemeOverlayMock : public ScrollbarThemeOverlay {
public:
ScrollbarThemeOverlayMock() : ScrollbarThemeOverlay(3, 4, DisallowHitTest, Color(128, 128, 128)) { }
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | Source/platform/scroll/ScrollbarThemeWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698