aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 17:30:47 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 17:30:47 +0000
commit972bfc494443671c18b0f003a56f3c27592a3bd2 (patch)
tree8475f9f0e64190e3ce7df02c216f45097c337ff1 /tests
parent3b57dedc4b2945248669d8c6481e97991e1192aa (diff)
Fix for r5587 compiler error (removed ../src/gpu in HashCacheTest.cpp)
git-svn-id: http://skia.googlecode.com/svn/trunk@5588 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/HashCacheTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp
index 0b15fa63f7..8957c9300e 100644
--- a/tests/HashCacheTest.cpp
+++ b/tests/HashCacheTest.cpp
@@ -10,7 +10,7 @@
// This is a GR test
#if SK_SUPPORT_GPU
-#include "..\src\gpu\GrTHashCache.h"
+#include "GrTHashCache.h"
struct HashElement {
int fKey;