| 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 6bb1e5fc6f1c1bf59bd20ebfb55e6217406994ab..bfec96cb50f16a916e14f665a6797229f8357c3a 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -70,7 +70,7 @@ private:
|
| void recordRemoteFont(const FontResource*, bool isLoadedFromMemoryCache);
|
| bool hadBlankText() { return m_blankPaintTime; }
|
| private:
|
| - void recordLoadTimeHistogram(const FontResource*, int duration);
|
| + void recordLoadTimeHistogram(const FontResource*, int duration, bool isLoadedFromNetwork);
|
| void recordInterventionResult(bool isTriggered, bool isLoadedFromNetwork);
|
| double m_loadStartTime;
|
| double m_blankPaintTime;
|
|
|