From 6613cc5186c200e053c5df9bd8f051ffba6e3564 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 19 Dec 2017 09:09:33 -0500 Subject: GOOGLE3 -> SK_BUILD_FOR_GOOGLE3 This is more consistent with our other SK_BUILD_FOR_... macros, and less likely to collide with other preprocessor logic. (Luckily, this was defined in public.bzl, so we can do this all in one CL in the Skia repo.) Change-Id: I5f232888288c9c53fad445545d983d0fb0b4add8 Reviewed-on: https://skia-review.googlesource.com/86940 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- tests/SRGBReadWritePixelsTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/SRGBReadWritePixelsTest.cpp') diff --git a/tests/SRGBReadWritePixelsTest.cpp b/tests/SRGBReadWritePixelsTest.cpp index b5d61c1850..7013971b62 100644 --- a/tests/SRGBReadWritePixelsTest.cpp +++ b/tests/SRGBReadWritePixelsTest.cpp @@ -146,8 +146,8 @@ void read_and_check_pixels(skiatest::Reporter* reporter, GrSurfaceContext* conte // conversion during read/write along with srgb/linear conversions. DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SRGBReadWritePixels, reporter, ctxInfo) { GrContext* context = ctxInfo.grContext(); -#if defined(GOOGLE3) - // Stack frame size is limited in GOOGLE3. +#if defined(SK_BUILD_FOR_GOOGLE3) + // Stack frame size is limited in SK_BUILD_FOR_GOOGLE3. static const int kW = 63; static const int kH = 63; #else -- cgit v1.2.3