RESOLVED FIXED 48273
Update the fake Carbon window when the window frame changes
https://bugs.webkit.org/show_bug.cgi?id=48273
Summary Update the fake Carbon window when the window frame changes
Anders Carlsson
Reported 2010-10-25 15:42:35 PDT
Update the fake Carbon window when the window frame changes
Attachments
Patch (4.43 KB, patch)
2010-10-25 15:46 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2010-10-25 15:46:08 PDT
mitz
Comment 2 2010-10-25 15:52:52 PDT
Comment on attachment 71807 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=71807&action=review > WebKit2/UIProcess/API/mac/WKView.mm:415 > + NSScreen *screen = [window screen]; // nil if the window is off-screen > + if (screen) > + return screen; You can move the definition of 'screen' into the if statement.
Anders Carlsson
Comment 3 2010-10-25 16:01:03 PDT
Note You need to log in before you can comment on or make changes to this bug.