| Index: third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TextPainterTest.cpp b/third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| index c4711bd9d606c8af82c9715711ca3655cc414305..5d9e7abc80b4c936e5337d80847d1d89308251bb 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| @@ -32,7 +32,7 @@ protected:
|
|
|
| PaintInfo createPaintInfo(bool usesTextAsClip, bool isPrinting)
|
| {
|
| - return PaintInfo(m_context, IntRect(), usesTextAsClip ? PaintPhaseTextClip : PaintPhaseSelfBlockBackground, isPrinting ? GlobalPaintPrinting : GlobalPaintNormalPhase, 0);
|
| + return PaintInfo(m_context, IntRect(), usesTextAsClip ? PaintPhaseTextClip : PaintPhaseSelfBlockBackgroundOnly, isPrinting ? GlobalPaintPrinting : GlobalPaintNormalPhase, 0);
|
| }
|
|
|
| private:
|
|
|