aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ScaleToSidesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ScaleToSidesTest.cpp')
-rw-r--r--tests/ScaleToSidesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ScaleToSidesTest.cpp b/tests/ScaleToSidesTest.cpp
index 513f0c98b6..4159ce48fd 100644
--- a/tests/ScaleToSidesTest.cpp
+++ b/tests/ScaleToSidesTest.cpp
@@ -48,7 +48,7 @@ DEF_TEST(ScaleToSides, reporter) {
scale = std::min(scale, interestingValues[s-1]);
}
if (scale < 1.0 && scale > 0.0) {
- ScaleToSides::AdjustRadii(width, scale, &radius1, &radius2);
+ SkScaleToSides::AdjustRadii(width, scale, &radius1, &radius2);
}
}
}