RESOLVED FIXED 21120
Make visibleContentRect cross-platform.
https://bugs.webkit.org/show_bug.cgi?id=21120
Summary Make visibleContentRect cross-platform.
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.