| Index: third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| index bb110330d98aa8ab0d9de9a1b2c4848be3c850ee..571a7a3bbf3d56bbc8cca52a089593392307ccbe 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| @@ -74,7 +74,8 @@ class FontDataCache {
|
| FontDataCache() {}
|
|
|
| PassRefPtr<SimpleFontData> get(const FontPlatformData*,
|
| - ShouldRetain = Retain);
|
| + ShouldRetain = Retain,
|
| + bool = false);
|
| bool contains(const FontPlatformData*) const;
|
| void release(const SimpleFontData*);
|
|
|
|
|