aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-11-06 16:10:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-06 16:10:34 -0800
commitd75ccc6a0a2eb166234d919ffd3f62ed39dd3a6e (patch)
tree20c86bdd01504bf32ba87157bc87513d1d57481b /include/gpu
parent3b484a40b3be7f0262afadeaf6b741ba5cedcfe1 (diff)
Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ )
Reason for revert: CrOS bots failing. Original issue's description: > Add text animation sample; tweak DrawShip sample > > Committed: https://skia.googlesource.com/skia/+/3b484a40b3be7f0262afadeaf6b741ba5cedcfe1 TBR=robertphillips@google.com,bsalomon@google.com,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1408063015
Diffstat (limited to 'include/gpu')
-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 2d77a0f449..e051c7c76f 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -349,10 +349,6 @@ public:
/** Enumerates all cached GPU resources and dumps their memory to traceMemoryDump. */
void dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const;
- /** Draw font cache texture to render target */
- void drawFontCache(const SkRect& rect, GrMaskFormat format, const SkPaint& paint,
- GrRenderTarget* target);
-
private:
GrGpu* fGpu;
const GrCaps* fCaps;