Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollAnimatorNone.h
index d1cbeb4..c1e1e18 100644 (file)
 
 class ScrollAnimatorNoneTest;
 
-namespace WebCore {
-
-class IntPoint;
-class ActivePlatformGestureAnimation;
-struct ScrollAnimatorParameters;
+namespace blink {
 
 class PLATFORM_EXPORT ScrollAnimatorNone : public ScrollAnimator {
 public:
@@ -111,6 +107,8 @@ protected:
         static double attackArea(Curve, double startT, double endT);
         static double releaseArea(Curve, double startT, double endT);
 
+        double newScrollAnimationPosition(double deltaTime);
+
         float* m_currentPosition;
         double m_currentVelocity;
 
@@ -149,6 +147,6 @@ protected:
     bool m_animationActive;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ScrollAnimatorNone_h