Chromium Code Reviews| 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); |
|
kouhei (in TOK)
2016/09/02 03:22:20
Can we have a enum for describing the source?
Look
Takashi Toyoshima
2016/09/02 10:51:00
Actually, it's not opposite of this since we have
|
| void recordInterventionResult(bool isTriggered, bool isLoadedFromNetwork); |
| double m_loadStartTime; |
| double m_blankPaintTime; |