Bug 164370

Summary: [Win][Direct2D] Native Windows widgets are drawn upside-down
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, dino, pvollan, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch
none
Patch v2 none

Description Brent Fulgham 2016-11-03 10:31:42 PDT
The concept of up/down in GDI is inverted compared to Direct2D. We need to properly flip the context of any bitmaps generated by dropping into GDI code paths.
Comment 1 Brent Fulgham 2016-11-03 10:34:39 PDT
Created attachment 293775 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-03 10:36:57 PDT
Attachment 293775 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:15:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brent Fulgham 2016-11-03 10:54:50 PDT
Created attachment 293780 [details]
Patch v2

Correct tabs in Changelog.
Comment 4 Alex Christensen 2016-11-03 11:37:19 PDT
Comment on attachment 293780 [details]
Patch v2

lol
Comment 5 WebKit Commit Bot 2016-11-03 12:12:40 PDT
Comment on attachment 293780 [details]
Patch v2

Clearing flags on attachment: 293780

Committed r208339: <http://trac.webkit.org/changeset/208339>
Comment 6 WebKit Commit Bot 2016-11-03 12:12:45 PDT
All reviewed patches have been landed.  Closing bug.