Bug 147825 - [Win] Small repaint issues when device scale factor != 1.
Summary: [Win] Small repaint issues when device scale factor != 1.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 03:21 PDT by peavo
Modified: 2015-08-10 10:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.10 KB, patch)
2015-08-10 04:32 PDT, peavo
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2015-08-10 03:21:22 PDT
There are some small repaint issues on Windows when the device scale factor != 1.
Comment 1 peavo 2015-08-10 04:32:35 PDT
Created attachment 258614 [details]
Patch
Comment 2 peavo 2015-08-10 04:35:29 PDT
I also changed the line ending style of WebView.cpp to Unix-style, to avoid style errors.
Comment 3 Alex Christensen 2015-08-10 10:00:58 PDT
Comment on attachment 258614 [details]
Patch

r=me
Comment 4 peavo 2015-08-10 10:15:13 PDT
(In reply to comment #3)
> Comment on attachment 258614 [details]
> Patch
> 
> r=me

Thanks!
Comment 5 peavo 2015-08-10 10:58:56 PDT
Committed r188215: <http://trac.webkit.org/changeset/188215>.