[Webkit-unassigned] [Bug 46219] [chromium] invalidateRootLayerRect needs to schedule compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 14:20:47 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46219





--- Comment #13 from Vangelis Kokkevis <vangelis at chromium.org>  2010-09-24 14:20:47 PST ---
(From update of attachment 68487)
View in context: https://bugs.webkit.org/attachment.cgi?id=68487&action=review

> WebKit/chromium/src/WebViewImpl.cpp:2290
> +    IntRect contentRect = view->windowToContents(rect);

Is this transformation necessary?  It seems to me that both regular and scroll damage rects are in viewport space.

> WebKit/chromium/src/WebViewImpl.cpp:2412
> +    m_rootLayerDirtyRect = WebRect();

WebRect() -> IntRect() ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list