| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index 811abf58a44f505476204325e8b9e5e27dab0a21..34de994e1b41b5f3ca8d3aafa489e0d8e346d1ab 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -208,8 +208,7 @@ class PLATFORM_EXPORT FontCache {
|
| #endif
|
| PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(
|
| const FontPlatformData*,
|
| - ShouldRetain = Retain,
|
| - bool = false);
|
| + ShouldRetain = Retain);
|
|
|
| void invalidateShapeCache();
|
|
|
|
|