Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: fuzz/FuzzScaleToSides.cpp

Issue 1618283004: Change name from ScaleToSides to SkScaleToSides. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkRRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzz/FuzzScaleToSides.cpp
diff --git a/fuzz/FuzzScaleToSides.cpp b/fuzz/FuzzScaleToSides.cpp
index de985622257b487d5e77ebffa89e291eec8e1252..e7cf78a4b886abd1c97c65e11a219e7d865a354c 100644
--- a/fuzz/FuzzScaleToSides.cpp
+++ b/fuzz/FuzzScaleToSides.cpp
@@ -35,7 +35,7 @@ DEF_FUZZ(ScaleToSides, fuzz) {
fuzz->signalBoring();
}
SkDebugf("%g %g %g %g\n", radius1, radius2, width, scale);
- ScaleToSides::AdjustRadii(width, scale, &radius1, &radius2);
+ SkScaleToSides::AdjustRadii(width, scale, &radius1, &radius2);
// TODO(mtklein): add fuzz->keepResult()
volatile float junk = 0.0f;
« no previous file with comments | « no previous file | src/core/SkRRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698