aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-07-25 07:32:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-25 07:32:33 -0700
commitc44be0e9e4cee5402909c06370a630eee188a8f3 (patch)
tree1646e237481d61d979143fb57cf87a51cdfcf976 /src/gpu/GrGpu.h
parent730c0447916909f01df7fa12e9c82dd7cf7989dc (diff)
Merge GrGpuObject and GrCacheable.
We want to create a new base class for "meta" gr resources as part of the GrResourceCache rewrite and this is an iterim step towards that goal.s R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/414013005
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index 17b7b697e2..822deb13f0 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -13,7 +13,6 @@
#include "SkPath.h"
class GrContext;
-class GrGpuObject;
class GrIndexBufferAllocPool;
class GrPath;
class GrPathRange;