Changeset 72232 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Nov 17, 2010, 12:47:45 PM (15 years ago)
Author:
[email protected]
Message:

Add stubbed out ScrollAnimator for the Mac
https://bugs.webkit.org/show_bug.cgi?id=49678

Reviewed by Anders Carlsson.

JavaScriptCore:

  • wtf/Platform.h: Enable SMOOTH_SCROLLING on the Mac, this has no

change in behavior at the moment.

WebCore:

  • WebCore.xcodeproj/project.pbxproj:

Add ScrollAnimator.h/cpp.

  • platform/mac/ScrollAnimatorMac.cpp: Added.

(WebCore::ScrollAnimator::create):
(WebCore::ScrollAnimatorMac::ScrollAnimatorMac):
(WebCore::ScrollAnimatorMac::~ScrollAnimatorMac):
(WebCore::ScrollAnimatorMac::scroll):
(WebCore::ScrollAnimatorMac::setScrollPositionAndStopAnimation):

  • platform/mac/ScrollAnimatorMac.h: Added.

ScrollAnimatorMac just calls through to the base class for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r72209 r72232  
     12010-11-17  Sam Weinig  <[email protected]>
     2
     3        Reviewed by Anders Carlsson.
     4
     5        Add stubbed out ScrollAnimator for the Mac
     6        https://bugs.webkit.org/show_bug.cgi?id=49678
     7
     8        * wtf/Platform.h: Enable SMOOTH_SCROLLING on the Mac, this has no
     9        change in behavior at the moment.
     10
    1112010-11-17  David Kilzer  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.