| Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
|
| index 7f87e408c03c78c518b1ffbd3657d9fee53c9f7f..5897f06b4144ee776e96cf9f2aca9eaae00171d8 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
|
| @@ -79,7 +79,7 @@ bool RemoteFontFaceSource::isValid() const
|
| return !m_font->errorOccurred();
|
| }
|
|
|
| -void RemoteFontFaceSource::fontLoaded(FontResource*)
|
| +void RemoteFontFaceSource::notifyFinished(Resource*)
|
| {
|
| m_histograms.recordRemoteFont(m_font.get());
|
| m_histograms.fontLoaded(m_isInterventionTriggered);
|
|
|