diff options
author | joshualitt <joshualitt@chromium.org> | 2015-03-13 11:47:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-13 11:47:42 -0700 |
commit | 5bf99f1ca8f30287803b594d06c60a7b6796ad45 (patch) | |
tree | 84fc1202da6ce911d29e4ca8f618136e690b38b5 /src/gpu/gl | |
parent | 2a679ae8f5b80a337f67783dbc0a447a9f4312c7 (diff) |
Creation of GrBatchAtlas and Distancefieldpathrenderer batch
BUG=skia:
Review URL: https://codereview.chromium.org/975303005
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/builders/GrGLVertexShaderBuilder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/builders/GrGLVertexShaderBuilder.h b/src/gpu/gl/builders/GrGLVertexShaderBuilder.h index 71a60a0804..7f7471d422 100644 --- a/src/gpu/gl/builders/GrGLVertexShaderBuilder.h +++ b/src/gpu/gl/builders/GrGLVertexShaderBuilder.h @@ -9,6 +9,7 @@ #define GrGLVertexShader_DEFINED #include "GrGLShaderBuilder.h" +#include "GrGeometryProcessor.h" class GrGLVarying; |