aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPath.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-11-13 13:19:10 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-13 13:19:10 -0800
commit66a450f21a3da174b7eed89a1d5fc8591e8b6ee6 (patch)
tree97170b6b7e193001f9afbf6a99980dd355de2bda /src/gpu/GrPath.h
parentbc97c9378bf8b89cc17280a2a04a5c3a9405e6ab (diff)
Replace GrResourceCache with GrResourceCache2.
Diffstat (limited to 'src/gpu/GrPath.h')
-rw-r--r--src/gpu/GrPath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h
index a571935390..394db6f5c2 100644
--- a/src/gpu/GrPath.h
+++ b/src/gpu/GrPath.h
@@ -9,7 +9,6 @@
#define GrPath_DEFINED
#include "GrGpuResource.h"
-#include "GrResourceCache.h"
#include "SkPath.h"
#include "SkRect.h"
#include "SkStrokeRec.h"