| Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| index 45c2fc8f456e58d0a615b326d9429571b0664f56..ddd0b392bedd3d9dc253ed7a14bc9cd846fb5e92 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -47,6 +47,8 @@ public:
|
| bool hadBlankText() override { return m_histograms.hadBlankText(); }
|
| void paintRequested() { m_histograms.fallbackFontPainted(m_period); }
|
|
|
| + bool isBlank() override { return m_period == BlockPeriod; }
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
|
|