[Webkit-unassigned] [Bug 43779] RenderImage::imageChanged invalidates wrong area
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 13 00:17:41 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43779
--- Comment #37 from Patrick R. Gansterer <paroga at paroga.com> 2010-08-13 00:17:40 PST ---
(In reply to comment #36)
> (From update of attachment 64272 [details])
> Interessting, didn't think about the possibility to remove RenderImageGeneratedContent, with that removal your two new RenderImageResources classes make a lot more sense.
:-)
> The problem is that you're still storing the CachedResourceHandle<CachedImage> for RenderImageResourceStyleImage through inheritance, which wastes memory, as it's unused.
I'm not sure if it's realy unused: RenderImageResourceStyleImage will call setCachedImage only if StyleImage::isCachedImage() is true. Otherwise the default CachedImage will be used.
I don't know the code exactly to say if that's correct. I only moved it from RenderImageGeneratedContent. ;-)
> Do you agree with the idea?
No problem.
--
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