aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/builders/GrGLProgramBuilder.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-11 11:52:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-11 11:52:17 -0700
commit102081aba2525230fb1d904add4f66c5f46403b5 (patch)
tree2c0b2d6b5ff539a06855cfea59566832d67600d4 /src/gpu/gl/builders/GrGLProgramBuilder.cpp
parentc4a83e26526a62fb2b8913faa57e0c56b4e1e62a (diff)
move GrGLPathProcessor back into GrPathProcessor
Diffstat (limited to 'src/gpu/gl/builders/GrGLProgramBuilder.cpp')
-rw-r--r--src/gpu/gl/builders/GrGLProgramBuilder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.cpp b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
index 166ba0c5a4..c1ba97ad70 100644
--- a/src/gpu/gl/builders/GrGLProgramBuilder.cpp
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.cpp
@@ -15,7 +15,6 @@
#include "SkTraceEvent.h"
#include "gl/GrGLGeometryProcessor.h"
#include "gl/GrGLGpu.h"
-#include "gl/GrGLPathProcessor.h"
#include "gl/GrGLProgram.h"
#include "gl/GrGLSLPrettyPrint.h"
#include "gl/GrGLXferProcessor.h"