| Index: src/gpu/gl/GrGLProcessor.h
|
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
|
| index 8455305b033abe4ee5c810d2ffb6b87d8acdc083..393bb87cb33d4b11cd590b6c74954df5a60a2f56 100644
|
| --- a/src/gpu/gl/GrGLProcessor.h
|
| +++ b/src/gpu/gl/GrGLProcessor.h
|
| @@ -9,9 +9,8 @@
|
| #define GrGLProcessor_DEFINED
|
|
|
| #include "GrBackendProcessorFactory.h"
|
| -#include "GrGLProgramEffects.h"
|
| -#include "GrGLShaderVar.h"
|
| -#include "GrGLSL.h"
|
| +#include "GrGLProgramDataManager.h"
|
| +#include "GrTextureAccess.h"
|
|
|
| /** @file
|
| This file contains specializations for OpenGL of the shader stages declared in
|
|
|