| 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 edcfdc5d8acfe05ed01188a4078de5d5d2dc8586..6bb1e5fc6f1c1bf59bd20ebfb55e6217406994ab 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -67,7 +67,7 @@ private:
|
| void fontLoaded(bool isInterventionTriggered, bool isLoadedFromNetwork);
|
| void longLimitExceeded(bool isInterventionTriggered);
|
| void recordFallbackTime(const FontResource*);
|
| - void recordRemoteFont(const FontResource*);
|
| + void recordRemoteFont(const FontResource*, bool isLoadedFromMemoryCache);
|
| bool hadBlankText() { return m_blankPaintTime; }
|
| private:
|
| void recordLoadTimeHistogram(const FontResource*, int duration);
|
|
|