aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypeface.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-02-23 08:25:00 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-23 08:25:00 -0800
commit7be2eb89cc85fc9fc05814957d152f3d20613657 (patch)
tree8550f3262ef404cb556783ff63f1c498534308d8 /include/core/SkTypeface.h
parente2b580bbed5589f585a9672bfb1a539fdadeab5f (diff)
Remove SkFontHost includes and friends.
SkFontHost no longer exists as a class, so remove the includes and stop making it a friend. Review URL: https://codereview.chromium.org/943333004
Diffstat (limited to 'include/core/SkTypeface.h')
-rw-r--r--include/core/SkTypeface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index 618e16d636..6a6d7241a2 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -386,8 +386,6 @@ private:
friend class SkPaint;
friend class SkGlyphCache; // GetDefaultTypeface
- // just so deprecated fonthost can call protected methods
- friend class SkFontHost;
typedef SkWeakRefCnt INHERITED;
};