aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypeface.h
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-04-25 11:09:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-25 15:49:55 +0000
commitee7cb5d9747eae500e7dd5bf8373ef5e9a8ba171 (patch)
treefc9ab9175f9d659d2ffc6993fbbee645e91b87c3 /include/core/SkTypeface.h
parent20b82524e7a7959803edd80cb0e6737629029ef2 (diff)
Delete SkGTypeface and SkGScalerContext
Bug: skia: Change-Id: I6a513d0cb3600678bc3b9c2bdfa8e04d692e9acf Reviewed-on: https://skia-review.googlesource.com/14191 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'include/core/SkTypeface.h')
-rw-r--r--include/core/SkTypeface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index 07d8bc395b..10cf96142b 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -385,7 +385,6 @@ protected:
virtual bool onComputeBounds(SkRect*) const;
private:
- friend class SkGTypeface;
friend class SkRandomTypeface;
friend class SkPDFFont;
friend class GrPathRendering;