From 4c2af7407818f6f2d4e4b57da6bbca16524e04b9 Mon Sep 17 00:00:00 2001 From: "mtklein@google.com" Date: Mon, 21 Oct 2013 21:04:06 +0000 Subject: GrTHashCache -> GrTHashTable The class is Table, but the file's Cache. That's confusing. BUG= R=bsalomon@google.com Review URL: https://codereview.chromium.org/32523004 git-svn-id: http://skia.googlecode.com/svn/trunk@11898 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/GrGpuGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl') diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h index 5ff34aec22..2a0587be11 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 -- cgit v1.2.3