aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-07-20 09:40:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-20 09:40:00 -0700
commit3d533ac917eaadf2fb3561f57d7266d8c0e665fd (patch)
treee1a710cf8756032da254ec484a4bb6128e61086d /src/gpu/gl
parent249171e7d29b5559f3eefe9dbd437030bfad3fda (diff)
Replace GrTHash with SkTDynamicHash
Mike: SkTDynamicHash changes Brian: Ganesh changes This removes three instances of GrTHash leaving the ones in GrTextStrike.h R=mtklein@google.com, bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/402693003
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/GrGpuGL.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index a2c636d2aa..52e7b86f4a 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -19,7 +19,6 @@
#include "GrGLVertexArray.h"
#include "GrGLVertexBuffer.h"
#include "GrGpu.h"
-#include "GrTHashTable.h"
#include "SkTypes.h"
#ifdef SK_DEVELOPER