aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-01-20 09:11:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-20 16:47:34 +0000
commit77505da16093695f717ad34ff100ec11ffb2835b (patch)
tree2eae3106223c6b484606d5b74f139039027a5eba /include/gpu/GrContext.h
parent80a08dd2e5cc379100ae944b3f3fadf887d518f0 (diff)
Remove GrTestTarget
Change-Id: I4d2e1aa54732ff75b44a197255035c0e04548219 Reviewed-on: https://skia-review.googlesource.com/7327 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 083a19ac6f..7e8d4e8ad7 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -36,7 +36,6 @@ class GrPipelineBuilder;
class GrResourceEntry;
class GrResourceCache;
class GrResourceProvider;
-class GrTestTarget;
class GrTextBlobCache;
class GrTextContext;
class GrSamplerParams;
@@ -341,9 +340,6 @@ public:
const GrResourceProvider* resourceProvider() const { return fResourceProvider; }
GrResourceCache* getResourceCache() { return fResourceCache; }
- // Called by tests that draw directly to the context via GrRenderTargetContext
- void getTestTarget(GrTestTarget*, sk_sp<GrRenderTargetContext>);
-
/** Reset GPU stats */
void resetGpuStats() const ;