[webkit-reviews] review granted: [Bug 21120] Make visibleContentRect cross-platform. : [Attachment 23822] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 15:17:21 PDT 2008


Sam Weinig <sam at webkit.org> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 21120: Make visibleContentRect cross-platform.
https://bugs.webkit.org/show_bug.cgi?id=21120

Attachment 23822: Patch
https://bugs.webkit.org/attachment.cgi?id=23822&action=edit

------- Additional Comments from Sam Weinig <sam at webkit.org>
+    int width = GetClientSize(NULL, &width);
+    int height = GetClientSize(NULL, &height);

I don't think this works.

Otherwise, r=me.


More information about the webkit-reviews mailing list