| Index: third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontSelector.h b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| index e7acdf22e64526b70d0935f2e14c214f03d902f4..a7899263e84c0c7f78151f8cf31dd13f1235d60d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| @@ -54,6 +54,8 @@ class PLATFORM_EXPORT FontSelector : public FontCacheClient {
|
| const FontDataForRangeSet&) = 0;
|
|
|
| virtual unsigned Version() const = 0;
|
| +
|
| + virtual void ReportNotDefGlyph() const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|