aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-19 07:05:38 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-19 07:05:38 +0000
commit36df7ed46b41ac31cb2205bfd3ae37659d61e2fb (patch)
tree878b94aa8f59f59e84748f69436bce0cef211312 /tests/PathTest.cpp
parent666c5cf3afe99220ab66e549717c832c90bd7a0d (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7293 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index ee101402df..5079b7e17c 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -125,10 +125,10 @@ static void test_crbug_170666(skiatest::Reporter* reporter) {
paint.setAntiAlias(true);
SkAutoTUnref<SkSurface> surface(new_surface(1000, 1000));
-
+
build_path_simple_170666(path);
surface->getCanvas()->drawPath(path, paint);
-
+
build_path_170666(path);
surface->getCanvas()->drawPath(path, paint);
}