[Webkit-unassigned] [Bug 11981] New: computeAbsoluteRepaintRect needs a new name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 26 09:53:40 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11981
Summary: computeAbsoluteRepaintRect needs a new name
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: macdome at opendarwin.org
CC: hyatt at apple.com, zimmermann at kde.org
computeAbsoluteRepaintRect needs a new name
I'm still not sure I entirely understand computeAbsoluteRepaintRect. But given
this comment in RenderObject.h:
// Given a rect in the object's coordinate space, this method converts the
rectangle to the view's
// coordinate space.
virtual void computeAbsoluteRepaintRect(IntRect&, bool fixed = false);
It seems the function needs a new name. It really has nothing to do with
repaint rects it seems.
I think pretty much all of the SVG code is either missing that function, or has
a bogus implementation thereof. It would be nice to clarify the idea behind
that function, and make all versions of getAbsoluteRepaintRect() use it if
appropriate.
--
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