aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/PictureTest.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index 7810ce16c3..f0e169040e 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -404,11 +404,11 @@ static void gather_from_image(const SkBitmap& bm, SkPixelRef* const refs[],
}
}
-void gather_from_analytic(const SkPoint pos[], SkScalar w, SkScalar h,
- const SkTDArray<SkPixelRef*> analytic[],
- int count,
- SkTDArray<SkPixelRef*>* result,
- const SkRect& subset) {
+static void gather_from_analytic(const SkPoint pos[], SkScalar w, SkScalar h,
+ const SkTDArray<SkPixelRef*> analytic[],
+ int count,
+ SkTDArray<SkPixelRef*>* result,
+ const SkRect& subset) {
for (int i = 0; i < count; ++i) {
SkRect rect = SkRect::MakeXYWH(pos[i].fX, pos[i].fY, w, h);