[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
Thu Mar 4 15:34:11 PST 2010


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





--- Comment #30 from Eric Seidel <eric at webkit.org>  2010-03-04 15:34:11 PST ---
(From update of attachment 50048)
The style bot somehow let you slip!

1         if (!repaintContainer && v->haveCachedOffsetFrom(this)) {
 962           transformState.move(v->cachedOffset());
 963           return;
 964         }

Should this be its own function?
     const RenderObject* oldCachedOffsetChild = view->moveCachedOffset(offset,
renderer());
 273 
 274     bool disableOffsetCache = renderer()->isSVGRoot() ||
renderer()->hasColumns() || renderer()->hasReflection() ||
renderer()->hasTransform();
 275     if (disableOffsetCache)
 276         view->disableCachedOffset();

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