| 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 1321af800f0003a3560c983658fef2107757b4bb..0c11eb412e4f196906913aaddf412f1e78b881d0 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainterTest.cpp
|
| @@ -84,7 +84,7 @@ TEST_F(TextPainterTest, TextPaintingStyle_AllProperties)
|
| EXPECT_EQ(1, textStyle.shadow->shadows()[0].x());
|
| EXPECT_EQ(2, textStyle.shadow->shadows()[0].y());
|
| EXPECT_EQ(3, textStyle.shadow->shadows()[0].blur());
|
| - EXPECT_EQ(Color(255, 255, 0), textStyle.shadow->shadows()[0].color().color());
|
| + EXPECT_EQ(Color(255, 255, 0), textStyle.shadow->shadows()[0].color().getColor());
|
| }
|
|
|
| TEST_F(TextPainterTest, TextPaintingStyle_UsesTextAsClip)
|
|
|