Bug 48273

Summary: Update the fake Carbon window when the window frame changes
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

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.