[webkit-reviews] review granted: [Bug 21133] Rename resizeContents to setContentsSize and make it cross-platform : [Attachment 23839] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 22:59:47 PDT 2008


Oliver Hunt <oliver at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s
request for review:
Bug 21133: Rename resizeContents to setContentsSize and make it cross-platform
https://bugs.webkit.org/show_bug.cgi?id=21133

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

------- Additional Comments from Oliver Hunt <oliver at apple.com>
you break wx --

+    win->SetVirtualSize(newSize.width(), newSize.height());

should be platformWdiget()->SetVirtualSize...


More information about the webkit-reviews mailing list