[Webkit-unassigned] [Bug 32081] repaint events from outside the viewport aren't received

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 13:12:03 PST 2009


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





--- Comment #3 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-12-02 13:12:03 PST ---
(In reply to comment #2)
> (From update of attachment 44171 [details])
> Is m_paintEntireContents ever going to change for a given platform? In other
> words, could you just have a virtual method, bool paintsEntireContents() const,
> that returns false by default, and you override for platforms that need it?
> 
> > bool m_paintEntireContents; // should this be m_hasBacking ?
> 
> I like m_paintEntireContents.

For Qt, we have two views, one canvas based and one widget based. It might make
sense only implementing tiling for the canvas based one, or at least make it a
configuration.

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