Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollAnimatorNone.h
index a72b636..c1e1e18 100644 (file)
 
 class ScrollAnimatorNoneTest;
 
-namespace WebCore {
-
-class IntPoint;
-class ActivePlatformGestureAnimation;
-struct ScrollAnimatorParameters;
+namespace blink {
 
 class PLATFORM_EXPORT ScrollAnimatorNone : public ScrollAnimator {
 public:
@@ -151,6 +147,6 @@ protected:
     bool m_animationActive;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ScrollAnimatorNone_h