aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp')
-rw-r--r--src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp b/src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp
index e9888123e5..b3565d74f9 100644
--- a/src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp
+++ b/src/gpu/effects/GrUnpremulInputFragmentProcessor.cpp
@@ -9,7 +9,6 @@
*** This file was autogenerated from GrUnpremulInputFragmentProcessor.fp; do not modify.
**************************************************************************************************/
#include "GrUnpremulInputFragmentProcessor.h"
-#if SK_SUPPORT_GPU
#include "glsl/GrGLSLFragmentProcessor.h"
#include "glsl/GrGLSLFragmentShaderBuilder.h"
#include "glsl/GrGLSLProgramBuilder.h"
@@ -51,4 +50,3 @@ GrUnpremulInputFragmentProcessor::GrUnpremulInputFragmentProcessor(
std::unique_ptr<GrFragmentProcessor> GrUnpremulInputFragmentProcessor::clone() const {
return std::unique_ptr<GrFragmentProcessor>(new GrUnpremulInputFragmentProcessor(*this));
}
-#endif