[Webkit-unassigned] [Bug 98733] [WK2] Add CustomFilterOperation serialization in ArgumentCoder.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 04:21:19 PDT 2012


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





--- Comment #4 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-10-09 04:21:55 PST ---
(From update of attachment 167722)
View in context: https://bugs.webkit.org/attachment.cgi?id=167722&action=review

> Source/WebCore/GNUmakefile.list.am:4362
> +	Source/WebCore/platform/graphics/filters/StillCustomFilterProgram.h \

How about we call it WebCustomFilterProgram, and put it in WebKit2/Shared?

> Source/WebCore/rendering/style/StyleCustomFilterProgram.h:60
> +    virtual bool isStyleCustomFilterProgram() const OVERRIDE { return true; }
> +

Do you over have a StillCustomFilterProgram and a StyleCustomFilterProgram in the same process?
I don't think these comparisons are necessary.

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