From b947625800a26194fcf63d7b57dadb1a63677f6a Mon Sep 17 00:00:00 2001 From: "mike@reedtribe.org" Date: Thu, 15 Nov 2012 02:37:45 +0000 Subject: remove unused (and undefined) SkColorSpace parameter. git-svn-id: http://skia.googlecode.com/svn/trunk@6427 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp index a74ba8a8e6..97ba258ed7 100644 --- a/tests/PathTest.cpp +++ b/tests/PathTest.cpp @@ -22,7 +22,7 @@ static SkSurface* new_surface(int w, int h) { SkImage::Info info = { w, h, SkImage::kPMColor_ColorType, SkImage::kPremul_AlphaType }; - return SkSurface::NewRaster(info, NULL); + return SkSurface::NewRaster(info); } // Make sure we stay non-finite once we get there (unless we reset or rewind). -- cgit v1.2.3