Summary: | ScrollView::setFrameRect() calls contentsResized() even when the frame size is unchanged | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | mitz | ||||
Component: | Platform | Assignee: | mitz | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
mitz
2012-03-01 14:26:37 PST
Created attachment 129744 [details]
Only call contentsResized() if the new frame size differs from the old one
Landed in <http://trac.webkit.org/r109431>. |