Changeset 139889 in webkit


Ignore:
Timestamp:
Jan 16, 2013 9:49:03 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

West-panning cursor does not match resize cursor, unlike all other directions
https://bugs.webkit.org/show_bug.cgi?id=89405

Patch by Avi Drissman <avi@google.com> on 2013-01-16
Reviewed by Alexey Proskuryakov.

Existing manual tests.

  • platform/mac/CursorMac.mm:

(WebCore::Cursor::ensurePlatformCursor):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r139887 r139889  
     12013-01-16  Avi Drissman  <avi@google.com>
     2
     3        West-panning cursor does not match resize cursor, unlike all other directions
     4        https://bugs.webkit.org/show_bug.cgi?id=89405
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Existing manual tests.
     9
     10        * platform/mac/CursorMac.mm:
     11        (WebCore::Cursor::ensurePlatformCursor):
     12
    1132013-01-16  Andrey Adaikin  <aandrey@chromium.org>
    214
  • trunk/Source/WebCore/platform/mac/CursorMac.mm

    r138069 r139889  
    188188
    189189    case Cursor::WestResize:
     190    case Cursor::WestPanning:
    190191#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
    191192        m_platformCursor = wkCursor("ResizeWest");
     
    204205
    205206    case Cursor::EastWestResize:
    206     case Cursor::WestPanning:
    207207#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
    208208        m_platformCursor = wkCursor("ResizeEastWest");
Note: See TracChangeset for help on using the changeset viewer.