| Index: third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceTiming.h b/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| index 2ebabc96d7bf309234513cf561993ad3ac15b515..2238a1bf1d2f95aca8915df1b250e446c20bc094 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| @@ -92,6 +92,9 @@ public:
|
| // The time of the first 'contentful' paint. A contentful paint is a paint
|
| // that includes content of some kind (for example, text or image content).
|
| unsigned long long firstContentfulPaint() const;
|
| + // The time of the first 'meaningful' paint, A meaningful paint is a paint
|
| + // where the page's primary content is visible.
|
| + unsigned long long firstMeaningfulPaint() const;
|
|
|
| unsigned long long parseStart() const;
|
| unsigned long long parseStop() const;
|
|
|