| 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 219836e6c892d2bf434442eb25fa8d85b9c49fb5..c9102ffe52a50e137eb0c11df78cd2598e0a0197 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -34,7 +34,7 @@ public:
|
| bool isLoading() const override;
|
| bool isLoaded() const override;
|
| bool isValid() const override;
|
| - DisplayPeriod displayPeriod() const { return m_period; }
|
| + DisplayPeriod getDisplayPeriod() const { return m_period; }
|
|
|
| void beginLoadIfNeeded() override;
|
|
|
|
|