| 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 9d58bcb68e6a54f66d91331636765907e00bae4c..3faa5a71654fb77a15825727296b1ec3ffa213df 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 hadBlankText() { return m_fallbackPaintTime; }
|
| private:
|
| - const char* histogramName(const FontResource*);
|
| + void recordLoadTimeHistogram(const FontResource*, int duration);
|
| void recordInterventionResult(bool triggered);
|
| double m_loadStartTime;
|
| double m_fallbackPaintTime;
|
|
|