[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 12:46:15 PST 2009


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





--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com>  2009-12-02 12:46:15 PST ---
(From update of attachment 44171)
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.

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