| Index: third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TextPainter.cpp b/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| index b7f9dbee95ed3e0ad5776d7065ec0ee362cab7c0..274b395f30f443bc2f389e92c5abbd614ea0a6f6 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| @@ -134,7 +134,8 @@ TextPainter::Style TextPainter::textPaintingStyle(LineLayoutItem lineLayoutItem,
|
| bool isPrinting = paintInfo.isPrinting();
|
|
|
| if (paintInfo.phase == PaintPhaseTextClip) {
|
| - // When we use the text as a clip, we only care about the alpha, thus we make all the colors black.
|
| + // When we use the text as a clip, we only care about the alpha, thus we
|
| + // make all the colors black.
|
| textStyle.currentColor = Color::black;
|
| textStyle.fillColor = Color::black;
|
| textStyle.strokeColor = Color::black;
|
|
|