[Webkit-unassigned] [Bug 78824] [Qt][WK2] Allow partial updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 00:03:12 PST 2012


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





--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2012-02-17 00:03:12 PST ---
(From update of attachment 127538)
View in context: https://bugs.webkit.org/attachment.cgi?id=127538&action=review

Good morning ;)

> Source/WebKit2/UIProcess/qt/LayerTreeHostProxyQt.cpp:510
> +    ASSERT(!updateInfo.updateRects.isEmpty());

Would it perhaps make sense to ASSERT on size() == 1 instead of !isEmpty()? After all it looks like you're dealing with only one rect anyway?

-- 
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