[Webkit-unassigned] [Bug 95258] Add support for blendmode to webkit rendering engine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 14:38:13 PDT 2012


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





--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-08-29 14:38:16 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > (From update of attachment 161292 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=161292&action=review
> > 
> > > Source/WebCore/rendering/RenderObject.h:943
> > > +    bool hasEffectThatNeedsLayer() const { return hasMask() || hasFilter() || hasBlendMode(); } 
> > 
> > I think this name is a bit literal. Maybe hasGraphicalEffect() or something? Is there generic name in graphics for these treatments that require that descendants need to be pre-rendered?
> 
> That would be a 'group' (aka a layer)
> Should I rename it to graphicalEffectNeedsGroup()?

hasGroupEffect()?
createsGroup()?

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