diff options
Diffstat (limited to 'src/gpu/effects')
-rw-r--r-- | src/gpu/effects/GrDitherEffect.cpp | 2 | ||||
-rw-r--r-- | src/gpu/effects/GrDitherEffect.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp index 370e0eedd1..8c24d78843 100644 --- a/src/gpu/effects/GrDitherEffect.cpp +++ b/src/gpu/effects/GrDitherEffect.cpp @@ -9,7 +9,6 @@ * This file was autogenerated from GrDitherEffect.fp; do not modify. */ #include "GrDitherEffect.h" -#if SK_SUPPORT_GPU #include "glsl/GrGLSLColorSpaceXformHelper.h" #include "glsl/GrGLSLFragmentProcessor.h" #include "glsl/GrGLSLFragmentShaderBuilder.h" @@ -46,4 +45,3 @@ sk_sp<GrFragmentProcessor> GrDitherEffect::TestCreate(GrProcessorTestData* testD return GrDitherEffect::Make(); } #endif -#endif diff --git a/src/gpu/effects/GrDitherEffect.h b/src/gpu/effects/GrDitherEffect.h index d0bf9a9f9c..cbb626424c 100644 --- a/src/gpu/effects/GrDitherEffect.h +++ b/src/gpu/effects/GrDitherEffect.h @@ -10,8 +10,6 @@ */ #ifndef GrDitherEffect_DEFINED #define GrDitherEffect_DEFINED -#include "SkTypes.h" -#if SK_SUPPORT_GPU #include "GrFragmentProcessor.h" #include "GrCoordTransform.h" #include "effects/GrProxyMove.h" @@ -33,4 +31,3 @@ private: typedef GrFragmentProcessor INHERITED; }; #endif -#endif |