| Index: src/core/SkGlyphCache.h
|
| diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h
|
| index 3da7a2252f3cc7e313838d4d5ec42e3e9917943f..d352502097792c18938e9c21eeb9b693680c4573 100644
|
| --- a/src/core/SkGlyphCache.h
|
| +++ b/src/core/SkGlyphCache.h
|
| @@ -258,9 +258,6 @@ private:
|
| AuxProcRec* fAuxProcList;
|
| void invokeAndRemoveAuxProcs();
|
|
|
| - // This relies on the caller to have already acquired the mutex to access the global cache
|
| - static size_t InternalFreeCache(SkGlyphCache_Globals*, size_t bytesNeeded);
|
| -
|
| inline static SkGlyphCache* FindTail(SkGlyphCache* head);
|
|
|
| friend class SkGlyphCache_Globals;
|
|
|