Index: Source/platform/mac/ScrollElasticityController.h |
diff --git a/Source/platform/mac/ScrollElasticityController.h b/Source/platform/mac/ScrollElasticityController.h |
index b08d9b4b5525fccc2d4bd41f0ef60f3662784e86..ffb6df3faf310712a09ffe32150a3813559515ac 100644 |
--- a/Source/platform/mac/ScrollElasticityController.h |
+++ b/Source/platform/mac/ScrollElasticityController.h |
@@ -34,7 +34,7 @@ |
#include "platform/scroll/ScrollTypes.h" |
#include "wtf/Noncopyable.h" |
-namespace WebCore { |
+namespace blink { |
class PlatformWheelEvent; |
@@ -53,7 +53,7 @@ public: |
virtual bool canScrollVertically() = 0; |
// Return the absolute scroll position, not relative to the scroll origin. |
- virtual WebCore::IntPoint absoluteScrollPosition() = 0; |
+ virtual blink::IntPoint absoluteScrollPosition() = 0; |
virtual void immediateScrollBy(const FloatSize&) = 0; |
virtual void immediateScrollByWithoutContentEdgeConstraints(const FloatSize&) = 0; |
@@ -134,7 +134,7 @@ private: |
bool m_snapRubberbandTimerIsActive; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // USE(RUBBER_BANDING) |