RESOLVED FIXED Bug 76744
[windows] Convert usages of GetDC to HWndDC Part 1.
https://bugs.webkit.org/show_bug.cgi?id=76744
Summary [windows] Convert usages of GetDC to HWndDC Part 1.
David Levin
Reported 2012-01-20 15:00:01 PST
These are the files where all conversions are straightforward and simple.
Attachments
Patch (19.24 KB, patch)
2012-01-20 15:02 PST, David Levin
no flags
Patch (19.33 KB, patch)
2012-01-20 15:24 PST, David Levin
no flags
David Levin
Comment 1 2012-01-20 15:02:27 PST
David Levin
Comment 2 2012-01-20 15:24:37 PST
Dmitry Lomov
Comment 3 2012-01-20 16:08:36 PST
Comment on attachment 123394 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=123394&action=review Nice! > Source/WebCore/platform/win/CursorWin.cpp:54 > HDC workingDC = CreateCompatibleDC(dc); This will be replaced with OwnDC at some point right?
David Levin
Comment 4 2012-01-20 16:18:04 PST
(In reply to comment #3) > This will be replaced with OwnDC at some point right? Ideally there would be a pass to do that. I'm not going to do that for now. (Spent too much time on this now.) I thought about filling a bug but I'm not sure it would do any good. However, there is a style check now which will encourage the right behavior!
Adam Roben (:aroben)
Comment 5 2012-01-23 08:26:00 PST
Comment on attachment 123394 [details] Patch Thanks for splitting this up!
WebKit Review Bot
Comment 6 2012-01-23 17:07:58 PST
Comment on attachment 123394 [details] Patch Clearing flags on attachment: 123394 Committed r105661: <http://trac.webkit.org/changeset/105661>
WebKit Review Bot
Comment 7 2012-01-23 17:08:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.