[Webkit-unassigned] [Bug 119614] [CSS Masking] Add -webkit-mask-source-type property, with alpha and luminance values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 15 12:06:55 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119614
--- Comment #13 from Dirk Schulze <krit at webkit.org> 2013-08-15 12:06:28 PST ---
(From update of attachment 208806)
View in context: https://bugs.webkit.org/attachment.cgi?id=208806&action=review
Patch looks great. Just a question.
> Source/WebCore/css/CSSToStyleMap.cpp:322
> + case CSSValueAuto:
> + break;
Why don't you set type = EMaskSourceType::MaskAlpha; here? after all, the user explicitly specified auto?
--
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