aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrPathRange.h')
-rw-r--r--src/gpu/GrPathRange.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/GrPathRange.h b/src/gpu/GrPathRange.h
index a1431b93c7..014b7ece74 100644
--- a/src/gpu/GrPathRange.h
+++ b/src/gpu/GrPathRange.h
@@ -28,14 +28,6 @@ public:
static const bool kIsWrapped = false;
- /**
- * Return the resourceType intended for cache lookups involving GrPathRange.
- */
- static GrResourceKey::ResourceType resourceType() {
- static const GrResourceKey::ResourceType type = GrResourceKey::GenerateResourceType();
- return type;
- }
-
enum PathIndexType {
kU8_PathIndexType, //!< uint8_t
kU16_PathIndexType, //!< uint16_t