Title: [139889] trunk/Source/WebCore
- Revision
- 139889
- Author
- [email protected]
- Date
- 2013-01-16 09:49:03 -0800 (Wed, 16 Jan 2013)
Log 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 <[email protected]> on 2013-01-16
Reviewed by Alexey Proskuryakov.
Existing manual tests.
* platform/mac/CursorMac.mm:
(WebCore::Cursor::ensurePlatformCursor):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (139888 => 139889)
--- trunk/Source/WebCore/ChangeLog 2013-01-16 17:44:57 UTC (rev 139888)
+++ trunk/Source/WebCore/ChangeLog 2013-01-16 17:49:03 UTC (rev 139889)
@@ -1,3 +1,15 @@
+2013-01-16 Avi Drissman <[email protected]>
+
+ West-panning cursor does not match resize cursor, unlike all other directions
+ https://bugs.webkit.org/show_bug.cgi?id=89405
+
+ Reviewed by Alexey Proskuryakov.
+
+ Existing manual tests.
+
+ * platform/mac/CursorMac.mm:
+ (WebCore::Cursor::ensurePlatformCursor):
+
2013-01-16 Andrey Adaikin <[email protected]>
Web Inspector: array grouping does not work for float number keys
Modified: trunk/Source/WebCore/platform/mac/CursorMac.mm (139888 => 139889)
--- trunk/Source/WebCore/platform/mac/CursorMac.mm 2013-01-16 17:44:57 UTC (rev 139888)
+++ trunk/Source/WebCore/platform/mac/CursorMac.mm 2013-01-16 17:49:03 UTC (rev 139889)
@@ -187,6 +187,7 @@
break;
case Cursor::WestResize:
+ case Cursor::WestPanning:
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
m_platformCursor = wkCursor("ResizeWest");
#else
@@ -203,7 +204,6 @@
break;
case Cursor::EastWestResize:
- case Cursor::WestPanning:
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
m_platformCursor = wkCursor("ResizeEastWest");
#else
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes