| Index: third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| index d8ec3430b7d7cf186c044e84851ba5245d5ae29f..722a68d3ae0450d8db26c51e80b933627811908f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| @@ -210,6 +210,7 @@ sk_sp<SkTypeface> WebFontDecoder::decode(SharedBuffer* buffer) {
|
| return nullptr;
|
| }
|
|
|
| + m_decodedSize = decodedLength;
|
| return typeface;
|
| }
|
|
|
|
|