| Index: third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| index 9ef79da04fa763e70ba033b4612ad4007492443d..9ddf67f549a9bc305cb7b3668d863600854c6f5a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
|
| @@ -85,6 +85,11 @@ public:
|
| return s_fontSizePrecisionMultiplier;
|
| }
|
|
|
| + void clearFontSize()
|
| + {
|
| + m_fontSize = 0;
|
| + }
|
| +
|
| private:
|
| static unsigned hashTableDeletedSize()
|
| {
|
|
|