Bug 57805

Summary: [WX] Move to using FrameView::resize to handle changes in view size.
Product: WebKit Reporter: Malcolm MacLeod <mmacleod>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, kevino, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Refactor patch to move to usingFrameView::resize to handle changes in view size. kevino: review+, kevino: commit-queue-

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!