[webkit-reviews] review granted: [Bug 64589] Upstream QtWebKit/N9 changes related to visibleContentRect : [Attachment 100949] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 02:54:55 PDT 2011


Simon Hausmann <hausmann at webkit.org> has granted Kenneth Rohde Christiansen
<kenneth at webkit.org>'s request for review:
Bug 64589: Upstream QtWebKit/N9 changes related to visibleContentRect
https://bugs.webkit.org/show_bug.cgi?id=64589

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

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=100949&action=review


r=me but fix the style issue before landing I'd say.

> Source/WebCore/platform/ScrollView.cpp:240
> -		      IntSize(max(0, m_boundsSize.width() -
verticalScrollbarWidth), 
> +		      IntSize(max(0, m_boundsSize.width() -
verticalScrollbarWidth),

You could skip this part when landing :)


More information about the webkit-reviews mailing list