Bug 140852 - [Win] Cursor assignment operator is skipping scale factor
Summary: [Win] Cursor assignment operator is skipping scale factor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-23 22:50 PST by Brent Fulgham
Modified: 2015-01-23 23:04 PST (History)
0 users

See Also:


Attachments
Patch (1.26 KB, patch)
2015-01-23 22:53 PST, Brent Fulgham
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-23 22:50:33 PST
The following layout test is failing on Windows:

fast/events/mouse-cursor-image-set.html

Probable cause:

The assignment operator is also missing the scale factor.
Comment 1 Brent Fulgham 2015-01-23 22:53:37 PST
Created attachment 245278 [details]
Patch
Comment 2 Chris Dumez 2015-01-23 22:55:17 PST
Comment on attachment 245278 [details]
Patch

r=me
Comment 3 Brent Fulgham 2015-01-23 23:04:02 PST
Committed r179059: <http://trac.webkit.org/changeset/179059>