Bug 21133 - Rename resizeContents to setContentsSize and make it cross-platform
Summary: Rename resizeContents to setContentsSize and make it cross-platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 21083
  Show dependency treegraph
 
Reported: 2008-09-25 22:53 PDT by Dave Hyatt
Modified: 2008-09-25 23:07 PDT (History)
0 users

See Also:


Attachments
Patch (9.20 KB, patch)
2008-09-25 22:55 PDT, Dave Hyatt
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2008-09-25 22:53:09 PDT
Rename resizeContents to setContentsSize and make it cross-platform.
Comment 1 Dave Hyatt 2008-09-25 22:55:18 PDT
Created attachment 23839 [details]
Patch
Comment 2 Oliver Hunt 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...
Comment 3 Dave Hyatt 2008-09-25 23:07:36 PDT
Fixed in r36931.