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

Unified Diff: Source/platform/scroll/ScrollableArea.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/ScrollView.cpp ('k') | Source/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollableArea.h
diff --git a/Source/core/platform/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
similarity index 98%
rename from Source/core/platform/ScrollableArea.h
rename to Source/platform/scroll/ScrollableArea.h
index 1dc7b2eb9b3e1bd636e3543f17e6557b75f5fba9..c3a6aa9eded6f56696afcd5e14c33d717eea65de 100644
--- a/Source/core/platform/ScrollableArea.h
+++ b/Source/platform/scroll/ScrollableArea.h
@@ -26,7 +26,10 @@
#ifndef ScrollableArea_h
#define ScrollableArea_h
-#include "core/platform/Scrollbar.h"
+#include "platform/PlatformExport.h"
+#include "platform/scroll//ScrollAnimator.h"
+#include "platform/scroll/Scrollbar.h"
+#include "wtf/Noncopyable.h"
#include "wtf/Vector.h"
namespace WebCore {
@@ -38,7 +41,8 @@ class PlatformGestureEvent;
class PlatformWheelEvent;
class ScrollAnimator;
-class ScrollableArea {
+class PLATFORM_EXPORT ScrollableArea {
+ WTF_MAKE_NONCOPYABLE(ScrollableArea);
public:
static int pixelsPerLineStep();
static float minFractionToStepWhenPaging();
« no previous file with comments | « Source/platform/scroll/ScrollView.cpp ('k') | Source/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698