[webkit-reviews] review granted: [Bug 107922] Call FrameView::contentsResized() when setting fixed layout size : [Attachment 184680] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 10:27:33 PST 2013


James Robinson <jamesr at chromium.org> has granted Alexandre Elias
<aelias at chromium.org>'s request for review:
Bug 107922: Call FrameView::contentsResized() when setting fixed layout size
https://bugs.webkit.org/show_bug.cgi?id=107922

Attachment 184680: Patch
https://bugs.webkit.org/attachment.cgi?id=184680&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=184680&action=review


R=me. The WebCore changes seem quite reasonable.

> Source/WebCore/platform/ScrollView.cpp:280
> +    if (useFixedLayout())

nit: use m_useFixedLayout in ScrollView.cpp, like the rest of the file does


More information about the webkit-reviews mailing list