Bug 80047

Summary: ScrollView::setFrameRect() calls contentsResized() even when the frame size is unchanged
Product: WebKit Reporter: mitz
Component: PlatformAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Only call contentsResized() if the new frame size differs from the old one andersca: review+

Description mitz 2012-03-01 14:26:37 PST
ScrollView::setFrameRect() calls contentsResized() even when the frame size is unchanged
Comment 1 mitz 2012-03-01 14:29:52 PST
Created attachment 129744 [details]
Only call contentsResized() if the new frame size differs from the old one
Comment 2 mitz 2012-03-01 14:43:01 PST
Landed in <http://trac.webkit.org/r109431>.