Bug 1261578 - Part 4. Correct text overflow color; r=jfkthame
MozReview-Commit-ID: 2zbmsHxb6II
This commit is contained in:
@@ -214,8 +214,8 @@ void
|
||||
nsDisplayTextOverflowMarker::Paint(nsDisplayListBuilder* aBuilder,
|
||||
nsRenderingContext* aCtx)
|
||||
{
|
||||
nscolor foregroundColor =
|
||||
nsLayoutUtils::GetColor(mFrame, eCSSProperty_color);
|
||||
nsCSSProperty colorProp = mFrame->StyleContext()->GetTextFillColorProp();
|
||||
nscolor foregroundColor = nsLayoutUtils::GetColor(mFrame, colorProp);
|
||||
|
||||
// Paint the text-shadows for the overflow marker
|
||||
nsLayoutUtils::PaintTextShadow(mFrame, aCtx, mRect, mVisibleRect,
|
||||
|
||||
Reference in New Issue
Block a user