[Webkit-unassigned] [Bug 34214] HostWindow repaint and friends need a refactor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 3 05:14:24 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34214
--- Comment #17 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2010-03-03 05:14:24 PST ---
(From update of attachment 49862)
> + virtual void invalidateContents(const IntRect&, bool) { }
> + virtual void invalidateWindow(const IntRect&, bool) { }
> + virtual void invalidateContentsAndWindow(const IntRect&, bool) { }
> + virtual void invalidateContentsForSlowScroll(const IntRect&, bool) {};
Looking at these methods, it almost seems like an idea to use a flag instead,
like invalidate(Contents | Window, rect, false);
What is the reason for not doing this?
--
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