| Index: src/gpu/gl/GrGLProgram.cpp
|
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp
|
| index 264d307d6a7a4fc431fd0a4f955db202bbe05d26..1fe1d1772ab549f17b40c7d529091eb73eb53d6a 100644
|
| --- a/src/gpu/gl/GrGLProgram.cpp
|
| +++ b/src/gpu/gl/GrGLProgram.cpp
|
| @@ -10,13 +10,13 @@
|
| #include "GrAllocator.h"
|
| #include "GrProcessor.h"
|
| #include "GrCoordTransform.h"
|
| -#include "GrGLGeometryProcessor.h"
|
| #include "GrGLGpu.h"
|
| #include "GrGLPathRendering.h"
|
| #include "GrPathProcessor.h"
|
| #include "GrPipeline.h"
|
| #include "GrXferProcessor.h"
|
| #include "glsl/GrGLSLFragmentProcessor.h"
|
| +#include "glsl/GrGLSLGeometryProcessor.h"
|
| #include "glsl/GrGLSLXferProcessor.h"
|
| #include "SkXfermode.h"
|
|
|
| @@ -112,7 +112,7 @@ void GrGLProgram::setTransformData(const GrPrimitiveProcessor& primProc,
|
| const GrFragmentProcessor& processor,
|
| int index,
|
| GrGLInstalledFragProc* ip) {
|
| - GrGLPrimitiveProcessor* gp = fGeometryProcessor.get()->fGLProc.get();
|
| + GrGLSLPrimitiveProcessor* gp = fGeometryProcessor.get()->fGLProc.get();
|
| gp->setTransformData(primProc, fProgramDataManager, index,
|
| processor.coordTransforms());
|
| }
|
|
|