| 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 b97a5a8da02e772732f5ea2dcfeaedefa363aedd..0176454fe3d376f017b0d60caa5b77806f6680de 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -175,7 +175,8 @@ class PLATFORM_EXPORT FontCache {
|
| #endif
|
| PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(
|
| const FontPlatformData*,
|
| - ShouldRetain = Retain);
|
| + ShouldRetain = Retain,
|
| + bool = false);
|
|
|
| void invalidateShapeCache();
|
|
|
|
|