aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index d41ed47f77..c4df3887af 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -4531,7 +4531,7 @@ DEF_TEST(Paths, reporter) {
test_path_crbugskia6003();
test_fuzz_crbug_668907();
- SkTSize<SkScalar>::Make(3,4);
+ SkSize::Make(3, 4);
SkPath p, empty;
SkRect bounds, bounds2;