Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.h |
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
| index 5ff34aec2265510c30201cb7f6cd1edcb9ff91ff..2a0587be11b3e7845f369681273ae5ed37063bb2 100644 |
| --- a/src/gpu/gl/GrGpuGL.h |
| +++ b/src/gpu/gl/GrGpuGL.h |
| @@ -19,8 +19,8 @@ |
| #include "GrGLVertexArray.h" |
| #include "GrGLVertexBuffer.h" |
| #include "GrGpu.h" |
| +#include "GrTHashTable.h" |
| #include "SkTypes.h" |
| -#include "../GrTHashCache.h" |
| #ifdef SK_DEVELOPER |
| #define PROGRAM_CACHE_STATS |