Bug 140852

Summary: [Win] Cursor assignment operator is skipping scale factor
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=14089
Attachments:
Description Flags
Patch cdumez: review+

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>