[Webkit-unassigned] [Bug 98065] Avoid dumping layer properties that differ in tiled drawing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 00:12:49 PDT 2012


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





--- Comment #5 from Tim Horton <timothy_horton at apple.com>  2012-10-02 00:13:12 PST ---
(In reply to comment #4)
> (From update of attachment 166540 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=166540&action=review
> 
> > Source/WebCore/platform/graphics/GraphicsLayer.cpp:84
> > +    , m_isTileCacheFlatteningLayer(false)
> 
> Sucks to add memory storage for something that's only used for dumping.

I assumed that changing the little bitfield thing from 12 1 bit members to 13 1 bit members wouldn't increase storage at all. Is that not true?

> How about adding shouldDumpLayer() etc. to GraphicsLayerClient?

That won't help us find the parent of the tile cache flattening layer :P

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