From 0e4ce14e7fe4b9dadcf494d59e8ab6cbeda8e208 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Mon, 13 Jan 2014 13:46:45 +0000 Subject: Fix for r13038 git-svn-id: http://skia.googlecode.com/svn/trunk@13039 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PictureTest.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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 analytic[], - int count, - SkTDArray* result, - const SkRect& subset) { +static void gather_from_analytic(const SkPoint pos[], SkScalar w, SkScalar h, + const SkTDArray analytic[], + int count, + SkTDArray* result, + const SkRect& subset) { for (int i = 0; i < count; ++i) { SkRect rect = SkRect::MakeXYWH(pos[i].fX, pos[i].fY, w, h); -- cgit v1.2.3