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

Unified Diff: Source/platform/scroll/Scrollbar.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/ScrollableArea.cpp ('k') | Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/Scrollbar.h
diff --git a/Source/core/platform/Scrollbar.h b/Source/platform/scroll/Scrollbar.h
similarity index 99%
rename from Source/core/platform/Scrollbar.h
rename to Source/platform/scroll/Scrollbar.h
index c49cc71baf57625ed2b23ed85b36285313358b1e..3c0c6bb438fc4dd52659f04813bff6d5a72d9cc4 100644
--- a/Source/core/platform/Scrollbar.h
+++ b/Source/platform/scroll/Scrollbar.h
@@ -43,7 +43,7 @@ class ScrollableArea;
class ScrollbarTheme;
class ScrollView;
-class Scrollbar : public Widget,
+class PLATFORM_EXPORT Scrollbar : public Widget,
public ScrollbarThemeClient {
public:
« no previous file with comments | « Source/platform/scroll/ScrollableArea.cpp ('k') | Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698