From 3e8c3458f036da88eca1225a5c6a2cce228f894e Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Fri, 6 Apr 2018 10:37:55 -0400 Subject: Make generated effects from sksl fp files not need SK_SUPPORT_GPU Bug: skia: Change-Id: I42a5c7fe7dc35a23290c8daa754c9fcce07f76fb Reviewed-on: https://skia-review.googlesource.com/119010 Commit-Queue: Greg Daniel Reviewed-by: Robert Phillips --- src/gpu/effects/GrYUVtoRGBEffect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gpu/effects/GrYUVtoRGBEffect.h') diff --git a/src/gpu/effects/GrYUVtoRGBEffect.h b/src/gpu/effects/GrYUVtoRGBEffect.h index 3fe075f8fb..7008fbe035 100644 --- a/src/gpu/effects/GrYUVtoRGBEffect.h +++ b/src/gpu/effects/GrYUVtoRGBEffect.h @@ -11,7 +11,6 @@ #ifndef GrYUVtoRGBEffect_DEFINED #define GrYUVtoRGBEffect_DEFINED #include "SkTypes.h" -#if SK_SUPPORT_GPU #include "GrFragmentProcessor.h" #include "GrCoordTransform.h" class GrYUVtoRGBEffect : public GrFragmentProcessor { @@ -81,4 +80,3 @@ private: typedef GrFragmentProcessor INHERITED; }; #endif -#endif -- cgit v1.2.3