[Webkit-unassigned] [Bug 135625] Add the ability to force text to render in white, not just black

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 5 16:02:11 PDT 2014


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





--- Comment #3 from Peyton Randolph <prandolph at apple.com>  2014-08-05 16:02:22 PST ---
(In reply to comment #2)
> (From update of attachment 236057 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=236057&action=review
> 
> > Source/WebCore/rendering/InlineTextBox.cpp:631
> > +    const ShadowData* textShadow = (paintInfo.forceTextColor()) ? 0 : lineStyle.textShadow();
> 
> 0 -> nullptr

Done.
> 
> > Source/WebCore/rendering/PaintPhase.h:63
> > +    PaintBehaviorForceWhiteText = 1 << 6,
> 
> Please put this under PaintBehaviorForceBlackText and change the numbers.

Done.
> 
> > Source/WebCore/rendering/TextPaintStyle.cpp:142
> > +        const ShadowData* shadow = paintInfo.forceTextColor() ? 0 : pseudoStyle->textShadow();
> 
> 0 -> nullptr

Done.

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