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

Unified Diff: Source/platform/mac/ScrollElasticityController.h

Issue 66023005: Move ScrollElasticityController to platform/mac/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: import CoreFoundation Created 7 years, 1 month 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/blink_platform.gypi ('k') | Source/platform/mac/ScrollElasticityController.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ScrollElasticityController.h
diff --git a/Source/core/platform/mac/ScrollElasticityController.h b/Source/platform/mac/ScrollElasticityController.h
similarity index 96%
rename from Source/core/platform/mac/ScrollElasticityController.h
rename to Source/platform/mac/ScrollElasticityController.h
index 180e79c9335c9e0cd8c93f143b85de2e5f774eb4..d1caab9621b790223e1b087b0f3a3fcf01f99fd2 100644
--- a/Source/core/platform/mac/ScrollElasticityController.h
+++ b/Source/platform/mac/ScrollElasticityController.h
@@ -28,6 +28,9 @@
#if USE(RUBBER_BANDING)
+#import <CoreFoundation/CoreFoundation.h>
+
+#include "platform/PlatformExport.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/FloatSize.h"
#include "platform/scroll/ScrollTypes.h"
@@ -37,7 +40,7 @@ namespace WebCore {
class PlatformWheelEvent;
-class ScrollElasticityControllerClient {
+class PLATFORM_EXPORT ScrollElasticityControllerClient {
protected:
virtual ~ScrollElasticityControllerClient() { }
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/mac/ScrollElasticityController.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698