aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 13:46:45 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 13:46:45 +0000
commit0e4ce14e7fe4b9dadcf494d59e8ab6cbeda8e208 (patch)
treec67a7bb7eb13c7bed745c0ac726bbfbb4dd93db4 /tests
parent56bf6e4bce26710b017b61ddadb13e277aab8a45 (diff)
Fix for r13038
git-svn-id: http://skia.googlecode.com/svn/trunk@13039 2bbb7eff-a529-9590-31e7-b0007b416f81
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);