Layout is not dependent upon the frameRect when using fixed layout size therefore we should not cause a layout with this
Created attachment 57343 [details] Patch
Comment on attachment 57343 [details] Patch > diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog > index a63213f..7c99717 100644 > --- a/WebCore/ChangeLog > +++ b/WebCore/ChangeLog > @@ -1,3 +1,15 @@ > +2010-05-28 Adam Treat <atreat@rim.com> > + > + Reviewed by Daniel Bates. > + > + Bug #293 and https://bugs.webkit.org/show_bug.cgi?id=39859 > + > + Layout is not dependent upon ScrollView::frameRect when useFixedLayout > + is true. No reason to set the needs layout flag in this case. > + > + * platform/ScrollView.cpp: > + (WebCore::ScrollView::wheelEvent): This change log disagrees with both the patch and the description since ScrollView::wheelEven was not modified. Looks sane to me. r=me.
Landed with r60367
http://trac.webkit.org/changeset/60367 might have broken Tiger Intel Release The following changes are on the blame list: http://trac.webkit.org/changeset/60368 http://trac.webkit.org/changeset/60369 http://trac.webkit.org/changeset/60370 http://trac.webkit.org/changeset/60366 http://trac.webkit.org/changeset/60367
cfleizach fixed the break in http://trac.webkit.org/changeset/60372