| 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 fb76fee8c0b7fca48575fa6c930769f05f8be3b1..d255492e646795471018ba862ac2a06639adfb79 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -86,13 +86,15 @@ class RemoteFontFaceSource final : public CSSFontFaceSource,
|
| void fontLoaded(bool isInterventionTriggered);
|
| void longLimitExceeded(bool isInterventionTriggered);
|
| void recordFallbackTime(const FontResource*);
|
| - void recordRemoteFont(const FontResource*);
|
| + void recordRemoteFont(const FontResource*, bool isInterventionTriggered);
|
| bool hadBlankText() { return m_blankPaintTime; }
|
| DataSource dataSource() { return m_dataSource; }
|
| void maySetDataSource(DataSource);
|
|
|
| private:
|
| - void recordLoadTimeHistogram(const FontResource*, int duration);
|
| + void recordLoadTimeHistogram(const FontResource*,
|
| + int duration,
|
| + bool isInterventionTriggered);
|
| void recordInterventionResult(bool isTriggered);
|
| CacheHitMetrics dataSourceMetricsValue();
|
| double m_loadStartTime;
|
|
|