[Webkit-unassigned] [Bug 33520] Mapping from local to container coord space is O(N^2)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 15:15:50 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33520
--- Comment #25 from Eric Seidel <eric at webkit.org> 2010-02-17 15:15:50 PST ---
(From update of attachment 48256)
Seems:
9 // Cached x/y offset to our root layer. Only valid if none of our
ancestor layers have transforms.
580 int m_rootOffsetX;
581 int m_rootOffsetY;
should be an IntSize.
--
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