| Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| index e6f42cb4a1f9505f00dca43dee4d939932aa7e01..fefb57837228c6caa47b7d6ee92e1087b79555c4 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| @@ -346,4 +346,9 @@ PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(SkFontTableTag tag) con
|
| return buffer.release();
|
| }
|
|
|
| +void FontPlatformData::purgeMemory()
|
| +{
|
| + m_harfBuzzFace = nullptr;
|
| +}
|
| +
|
| } // namespace blink
|
|
|