From 6f6961ebad65c582318564b3688e78e5c99f3935 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 31 Jan 2017 13:50:44 -0500 Subject: make GR_TEST_UTILS=0 work Change-Id: Icce35140ca08b65217b32e6b1ffc6ad2f38ab37f Reviewed-on: https://skia-review.googlesource.com/7840 Reviewed-by: Brian Salomon Commit-Queue: Hal Canary --- src/gpu/GrTestUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/GrTestUtils.cpp') diff --git a/src/gpu/GrTestUtils.cpp b/src/gpu/GrTestUtils.cpp index c9cccb8f93..35af494c9b 100644 --- a/src/gpu/GrTestUtils.cpp +++ b/src/gpu/GrTestUtils.cpp @@ -14,7 +14,7 @@ #include "SkPath.h" #include "SkRRect.h" -#ifdef GR_TEST_UTILS +#if GR_TEST_UTILS static const SkMatrix& test_matrix(SkRandom* random, bool includeNonPerspective, -- cgit v1.2.3