[Webkit-unassigned] [Bug 37905] Rendering SVGs through img elements is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 15:59:25 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53915|review?                     |review-
               Flag|                            |




--- Comment #9 from Eric Seidel <eric at webkit.org>  2010-04-26 15:59:25 PST ---
(From update of attachment 53915)
Woh:
 246     // Don't delete the frame cache right away as someone might still hold
 247     // a pointer to the NativeImagePtr returned by
nativeImageForCurrentFrame.
 248     m_frameCacheDirty = true;
That sounds really complicated and scary.

This is what ref counting was invented to solve.  Not understanding when things
get deleted is badnews bears.

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