[Webkit-unassigned] [Bug 13913] FrameView::clear doesn't reset m_slowRepaintObjectCount leading to 'sticky' static background
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 31 11:03:29 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13913
------- Comment #5 from freyther at handhelds.org 2007-05-31 11:03 PDT -------
Summary of a small discussion with mitz ending with the following proposal:
Reimplement RenderObject::destroy in RenderView. Add a new method to FrameView
resetting the m_slowRepaintObjectCount to zero. And make RenderView::destroy
call this method on the view()->frameView().
This solution shouldn't regress as RenderView::destroy is not called on Pages
in the b/f Cache.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list