Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 112613) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,24 @@ |
+2012-03-27 James Robinson <jamesr@chromium.org> |
+ |
+ [chromium] Transfer wheel fling via WebCompositorInputHandlerClient |
+ https://bugs.webkit.org/show_bug.cgi?id=81740 |
+ |
+ Reviewed by Adrienne Walker. |
+ |
+ Adds the ability to construct an in-progress PlatformGestureAnimation. |
+ |
+ * platform/ActivePlatformGestureAnimation.cpp: |
+ (WebCore::ActivePlatformGestureAnimation::create): |
+ (WebCore): |
+ (WebCore::ActivePlatformGestureAnimation::ActivePlatformGestureAnimation): |
+ * platform/ActivePlatformGestureAnimation.h: |
+ (ActivePlatformGestureAnimation): |
+ * platform/TouchpadFlingPlatformGestureCurve.cpp: |
+ (WebCore::TouchpadFlingPlatformGestureCurve::create): |
+ (WebCore::TouchpadFlingPlatformGestureCurve::TouchpadFlingPlatformGestureCurve): |
+ * platform/TouchpadFlingPlatformGestureCurve.h: |
+ (TouchpadFlingPlatformGestureCurve): |
+ |
2012-03-27 Nat Duca <nduca@chromium.org> |
[chromium] Route monotonic clock up from compositor |