[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:23:00 PDT 2012


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





--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-08-29 14:23:02 PST ---
(From update of attachment 161292)
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?

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