| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index 3de99eb84e832069fe2f4b44d8b9a965606a207a..30618c074784249d9b4c9c5fdf276425198fde56 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -197,6 +197,8 @@ class PLATFORM_EXPORT Font {
|
| shape_word_by_word_computed_ = true;
|
| }
|
|
|
| + void ReportNotDefGlyph() const;
|
| +
|
| private:
|
| enum ForTextEmphasisOrNot { kNotForTextEmphasis, kForTextEmphasis };
|
|
|
|
|