aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-21 21:04:06 +0000
committerGravatar mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-21 21:04:06 +0000
commit4c2af7407818f6f2d4e4b57da6bbca16524e04b9 (patch)
tree4c9f04137d3a94e872d5248fe1dca6c240561b37 /src/gpu/gl
parent5ee18dd20192d020884a95c7991c63ce33af3137 (diff)
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
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/GrGpuGL.h2
1 files changed, 1 insertions, 1 deletions
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