RESOLVED FIXED 21133
Rename resizeContents to setContentsSize and make it cross-platform
https://bugs.webkit.org/show_bug.cgi?id=21133
Summary Rename resizeContents to setContentsSize and make it cross-platform
Dave Hyatt
Reported 2008-09-25 22:53:09 PDT
Rename resizeContents to setContentsSize and make it cross-platform.
Attachments
Patch (9.20 KB, patch)
2008-09-25 22:55 PDT, Dave Hyatt
oliver: review+
Dave Hyatt
Comment 1 2008-09-25 22:55:18 PDT
Oliver Hunt
Comment 2 2008-09-25 22:59:47 PDT
Comment on attachment 23839 [details] Patch you break wx -- + win->SetVirtualSize(newSize.width(), newSize.height()); should be platformWdiget()->SetVirtualSize...
Dave Hyatt
Comment 3 2008-09-25 23:07:36 PDT
Fixed in r36931.
Note You need to log in before you can comment on or make changes to this bug.