[webkit-reviews] review granted: [Bug 102035] REGRESSION(134048): TiledBackingStore must create tiles when the contents rect is changed. : [Attachment 173994] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 02:07:32 PST 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Huang Dongsung
<luxtella at company100.net>'s request for review:
Bug 102035: REGRESSION(134048): TiledBackingStore must create tiles when the
contents rect is changed.
https://bugs.webkit.org/show_bug.cgi?id=102035

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

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=173994&action=review


> Source/WebCore/platform/graphics/TiledBackingStore.cpp:77
>  
> -    if (m_trajectoryVector == normalizedVector && m_visibleRect ==
visibleRect)
> +    if (m_trajectoryVector == normalizedVector && m_visibleRect ==
visibleRect && m_rect == rect)

I would have added a comment here


More information about the webkit-reviews mailing list