| Index: tests/SurfaceTest.cpp
|
| diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp
|
| index 9ce9d5fbe83042e357226fa9a080cac37027c027..fccf40ceb0510bb81211b13548583e1664f2eea2 100644
|
| --- a/tests/SurfaceTest.cpp
|
| +++ b/tests/SurfaceTest.cpp
|
| @@ -388,7 +388,7 @@ static void TestSurfaceCopyOnWrite(skiatest::Reporter* reporter, SurfaceType sur
|
| EXPECT_COPY_ON_WRITE(drawPosText(testText.c_str(), testText.size(), testPoints2, \
|
| testPaint))
|
| EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, NULL, \
|
| - testPaint))
|
| + SkCanvas::kStretch_TextOnPathMethod, testPaint))
|
| }
|
|
|
| static void TestSurfaceWritableAfterSnapshotRelease(skiatest::Reporter* reporter,
|
|
|