Bug 57805 - [WX] Move to using FrameView::resize to handle changes in view size.
Summary: [WX] Move to using FrameView::resize to handle changes in view size.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 16:35 PDT by Malcolm MacLeod
Modified: 2011-04-04 18:01 PDT (History)
3 users (show)

See Also:


Attachments
Refactor patch to move to usingFrameView::resize to handle changes in view size. (1.08 KB, patch)
2011-04-04 16:35 PDT, Malcolm MacLeod
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm MacLeod 2011-04-04 16:35:08 PDT
Created attachment 88155 [details]
Refactor patch to move to usingFrameView::resize to handle changes in view size.

Move to using FrameView::resize to handle changes in view size.
Comment 1 WebKit Review Bot 2011-04-04 16:38:24 PDT
Attachment 88155 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style']" exit_code: 1

Source/WebKit/wx/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Kevin Ollivier 2011-04-04 18:01:43 PDT
Landed in r82897, thanks!