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

Unified Diff: Source/platform/scroll/ScrollView.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/ScrollAnimatorNone.cpp ('k') | Source/platform/scroll/ScrollView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollView.h
diff --git a/Source/core/platform/ScrollView.h b/Source/platform/scroll/ScrollView.h
similarity index 98%
rename from Source/core/platform/ScrollView.h
rename to Source/platform/scroll/ScrollView.h
index 2fe86daf1a4275d9afa92cb6fa9d5a61e7c3f200..7e2cda826d87ed2756b3891cada1f3978e531858 100644
--- a/Source/core/platform/ScrollView.h
+++ b/Source/platform/scroll/ScrollView.h
@@ -27,11 +27,12 @@
#ifndef ScrollView_h
#define ScrollView_h
-#include "core/platform/ScrollableArea.h"
-#include "core/platform/Scrollbar.h"
+#include "platform/PlatformExport.h"
#include "platform/Widget.h"
#include "platform/geometry/IntRect.h"
#include "platform/scroll/ScrollTypes.h"
+#include "platform/scroll/ScrollableArea.h"
+#include "platform/scroll/Scrollbar.h"
#include "wtf/HashSet.h"
@@ -40,7 +41,7 @@ namespace WebCore {
class HostWindow;
class Scrollbar;
-class ScrollView : public Widget, public ScrollableArea {
+class PLATFORM_EXPORT ScrollView : public Widget, public ScrollableArea {
public:
~ScrollView();
« no previous file with comments | « Source/platform/scroll/ScrollAnimatorNone.cpp ('k') | Source/platform/scroll/ScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698