aboutsummaryrefslogtreecommitdiffstats
path: root/include/core/SkFontHost.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2012-03-12 15:59:01 -0400
committerDerek Sollenberger <djsollen@google.com>2012-03-12 15:59:01 -0400
commita8a1f8b5da30d0ce9091b8475d336c4ddb0f2b4e (patch)
tree1f4289d1f765d793e8c942ca5b3b87fa56a30258 /include/core/SkFontHost.h
parent573b53f8618997434563ae650004f89a20aaf631 (diff)
parent2a049989f422cb1f59e9e05f413d13745f34a3d1 (diff)
downloadexternal_skia-a8a1f8b5da30d0ce9091b8475d336c4ddb0f2b4e.zip
external_skia-a8a1f8b5da30d0ce9091b8475d336c4ddb0f2b4e.tar.gz
external_skia-a8a1f8b5da30d0ce9091b8475d336c4ddb0f2b4e.tar.bz2
resolved conflicts for merge of 2a049989 to master
Change-Id: Ia1cbb6b274e1b3739704de9dd997e6d5dc5185af
Diffstat (limited to 'include/core/SkFontHost.h')
-rw-r--r--include/core/SkFontHost.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h
index c549519..25c9ecb 100644
--- a/include/core/SkFontHost.h
+++ b/include/core/SkFontHost.h
@@ -84,12 +84,6 @@ public:
///////////////////////////////////////////////////////////////////////////
- /** Returns true if the specified unique ID matches an existing font.
- Returning false is similar to calling OpenStream with an invalid ID,
- which will return NULL in that case.
- */
- static bool ValidFontID(SkFontID uniqueID);
-
/** Return a new stream to read the font data, or null if the uniqueID does
not match an existing typeface. .The caller must call stream->unref()
when it is finished reading the data.