aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 14:45:12 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 14:45:12 +0000
commite74f83bbfe4b62fc7c0d2958db1aeac8155e1154 (patch)
tree61c83313f0e2c8694f3b9eb9e9dfe70977939fc2
parent5526ede94a2fc58bcf6b578b12a29f6addad776d (diff)
remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called)
git-svn-id: http://skia.googlecode.com/svn/trunk@8361 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--include/core/SkFontHost.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h
index 8ef1955924..f4627ef5da 100644
--- a/include/core/SkFontHost.h
+++ b/include/core/SkFontHost.h
@@ -91,14 +91,6 @@ public:
/** @deprecated get from Device. */
static LCDOrder GetSubpixelOrder();
- /** If Skia is running in a constrained environment and the typeface
- implementation is handle based, the typeface data may become
- unavailable asynchronously. If a font host or scaler context method is
- unable to access font data, it may call this function as a request to
- make the handle contained in the typeface useable.
- */
- static void EnsureTypefaceAccessible(const SkTypeface& typeface);
-
/**
* DEPRECATED -- will be DESTROYED
*