Index: src/gpu/gl/GrGLGeometryProcessor.h |
diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h |
index aa58cd3d97aa16b5a55a8f76f231f67bc09524c9..64f2f9eb392944353ceed98ed8a4991d583bd355 100644 |
--- a/src/gpu/gl/GrGLGeometryProcessor.h |
+++ b/src/gpu/gl/GrGLGeometryProcessor.h |
@@ -23,7 +23,9 @@ public: |
GrGLGeometryProcessor() {} |
virtual ~GrGLGeometryProcessor() {} |
+ typedef GrGLProgramDataManager::UniformHandle UniformHandle; |
typedef GrGLProcessor::TextureSamplerArray TextureSamplerArray; |
+ |
struct EmitArgs { |
EmitArgs(GrGLGPBuilder* pb, |
const GrGeometryProcessor& gp, |