[webkit-changes] [WebKit/WebKit] d762e9: Rename KeyboardScrollingAnimator::rubberbandableDi...

Jessica Cheung noreply at github.com
Thu Oct 3 14:18:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d762e9feb74c8540b187a2cf823a0f68becc6c9a
      https://github.com/WebKit/WebKit/commit/d762e9feb74c8540b187a2cf823a0f68becc6c9a
  Author: Jessica Cheung <jcheung23 at apple.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M Source/WebCore/platform/KeyboardScrollingAnimator.cpp
    M Source/WebCore/platform/KeyboardScrollingAnimator.h

  Log Message:
  -----------
  Rename KeyboardScrollingAnimator::rubberbandableDirections() to KeyboardScrollingAnimator::scrollingDirections()
https://bugs.webkit.org/show_bug.cgi?id=280777
rdar://137147372

Reviewed by Richard Robinson.

rubberBandableDirections in KeyboardScrollingAnimator does not control rubber banding.
It actually controls regular scrollable directions.

* Source/WebCore/platform/KeyboardScrollingAnimator.cpp:
(WebCore::KeyboardScrollingAnimator::scrollingDirections const):
(WebCore::KeyboardScrollingAnimator::beginKeyboardScrollGesture):
(WebCore::KeyboardScrollingAnimator::rubberbandableDirections const): Deleted.
* Source/WebCore/platform/KeyboardScrollingAnimator.h:

Canonical link: https://commits.webkit.org/284634@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list