Bug 80047 - ScrollView::setFrameRect() calls contentsResized() even when the frame size is unchanged
Summary: ScrollView::setFrameRect() calls contentsResized() even when the frame size i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 14:26 PST by mitz
Modified: 2012-03-01 14:43 PST (History)
0 users

See Also:


Attachments
Only call contentsResized() if the new frame size differs from the old one (1.25 KB, patch)
2012-03-01 14:29 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.