commit | 408d6125b32c86e1f81ce60465e3bf4491e755fc | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Wed Sep 17 07:00:35 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 17 07:00:35 2014 -0700 |
tree | b134bbf7bd027899121539ee1db93405af9723ed | |
parent | 963504bd0a8ced7e1177ae136da03a9cc343d886 [diff] [blame] |
Breaking out full program and frag only BUG=skia: R=bsalomon@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/576543005
diff --git a/src/gpu/effects/GrDistanceFieldTextureEffect.cpp b/src/gpu/effects/GrDistanceFieldTextureEffect.cpp index 28035ef..ab76525 100755 --- a/src/gpu/effects/GrDistanceFieldTextureEffect.cpp +++ b/src/gpu/effects/GrDistanceFieldTextureEffect.cpp
@@ -5,8 +5,8 @@ * found in the LICENSE file. */ -#include "gl/builders/GrGLProgramBuilder.h" #include "GrDistanceFieldTextureEffect.h" +#include "gl/builders/GrGLFullProgramBuilder.h" #include "gl/GrGLEffect.h" #include "gl/GrGLSL.h" #include "gl/GrGLTexture.h"