Bug 21120

Summary: Make visibleContentRect cross-platform.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: PlatformAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 21083    
Attachments:
Description Flags
Patch sam: review+

Dave Hyatt
Reported 2008-09-25 14:42:31 PDT
This bug covers making visibleContentRect cross-platform. visibleWidth and visibleHeight should just be implemented in terms of visibleContentRect.
Attachments
Patch (16.50 KB, patch)
2008-09-25 14:51 PDT, Dave Hyatt
sam: review+
Dave Hyatt
Comment 1 2008-09-25 14:51:04 PDT
Sam Weinig
Comment 2 2008-09-25 15:17:21 PDT
Comment on attachment 23822 [details] Patch + int width = GetClientSize(NULL, &width); + int height = GetClientSize(NULL, &height); I don't think this works. Otherwise, r=me.
Dave Hyatt
Comment 3 2008-09-25 15:25:46 PDT
Fixed in r36909.
Note You need to log in before you can comment on or make changes to this bug.