| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 95ae7265f91fb3bf166f35a0e99e49f4584d6c01..b0195bbaed5b04e2039088cdc986f6184ebc10b9 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -10,15 +10,16 @@
|
|
|
| #include "GrBinHashKey.h"
|
| #include "GrDrawState.h"
|
| -#include "GrGpu.h"
|
| #include "GrGLContext.h"
|
| -#include "GrGLIndexBuffer.h"
|
| #include "GrGLIRect.h"
|
| +#include "GrGLIndexBuffer.h"
|
| #include "GrGLProgram.h"
|
| #include "GrGLStencilBuffer.h"
|
| #include "GrGLTexture.h"
|
| #include "GrGLVertexArray.h"
|
| #include "GrGLVertexBuffer.h"
|
| +#include "GrGpu.h"
|
| +#include "SkTypes.h"
|
| #include "../GrTHashCache.h"
|
|
|
| #ifdef SK_DEVELOPER
|
| @@ -170,7 +171,7 @@ private:
|
|
|
| static bool BlendCoeffReferencesConstant(GrBlendCoeff coeff);
|
|
|
| - class ProgramCache : public ::GrNoncopyable {
|
| + class ProgramCache : public ::SkNoncopyable {
|
| public:
|
| ProgramCache(GrGpuGL* gpu);
|
| ~ProgramCache();
|
|
|