aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-03-13 11:47:42 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-13 11:47:42 -0700
commit5bf99f1ca8f30287803b594d06c60a7b6796ad45 (patch)
tree84fc1202da6ce911d29e4ca8f618136e690b38b5 /src/gpu/gl
parent2a679ae8f5b80a337f67783dbc0a447a9f4312c7 (diff)
Creation of GrBatchAtlas and Distancefieldpathrenderer batch
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/builders/GrGLVertexShaderBuilder.h1
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;