aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrDitherEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/GrDitherEffect.h')
-rw-r--r--src/gpu/effects/GrDitherEffect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/effects/GrDitherEffect.h b/src/gpu/effects/GrDitherEffect.h
index d1bc72bf4e..9355a5907c 100644
--- a/src/gpu/effects/GrDitherEffect.h
+++ b/src/gpu/effects/GrDitherEffect.h
@@ -11,7 +11,6 @@
#ifndef GrDitherEffect_DEFINED
#define GrDitherEffect_DEFINED
#include "SkTypes.h"
-#if SK_SUPPORT_GPU
#include "GrFragmentProcessor.h"
#include "GrCoordTransform.h"
class GrDitherEffect : public GrFragmentProcessor {
@@ -66,4 +65,3 @@ private:
typedef GrFragmentProcessor INHERITED;
};
#endif
-#endif