commit | 08da4f22d790cfc51bbeb10b4b84dab49cf0eaec | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue Sep 16 07:17:28 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 16 07:17:28 2014 -0700 |
tree | eb2c5cc2e59b708065484e18c01f459f6ef59ee9 | |
parent | 8ddbe8b9366c8c59c4fb55f01f253de8a0b37d6e [diff] [blame] |
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) Reason for revert: reverting to unblock another revert Original issue's description: > removing GrDrawEffect > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/8ddbe8b9366c8c59c4fb55f01f253de8a0b37d6e R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/577593003
diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp index 112cecd..96c5367 100644 --- a/src/gpu/gl/GrGLProgram.cpp +++ b/src/gpu/gl/GrGLProgram.cpp
@@ -9,6 +9,7 @@ #include "GrAllocator.h" #include "GrEffect.h" #include "GrCoordTransform.h" +#include "GrDrawEffect.h" #include "GrGLEffect.h" #include "GrGpuGL.h" #include "GrGLPathRendering.h"