aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ScaleToSidesTest.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2016-01-22 11:58:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-22 11:58:55 -0800
commit97293c6ce7627b6a5848430661c9d9d2394d318d (patch)
tree51b5d41a5d96df60aa9e7fde58c4e57ccf701217 /tests/ScaleToSidesTest.cpp
parented814f34c72248c7eecf3b0a5f335c3a7c2e9dd1 (diff)
Change name from ScaleToSides to SkScaleToSides.
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);
}
}
}