| Index: third_party/WebKit/Source/core/paint/PaintTiming.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintTiming.h b/third_party/WebKit/Source/core/paint/PaintTiming.h
|
| index 488a2a3b68c5134ae9d75721e8d26f1fdc33b356..43f6049661ba35c2cc3cf0208c6a913ef9ee0f87 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintTiming.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintTiming.h
|
| @@ -43,6 +43,7 @@ class CORE_EXPORT PaintTiming final
|
| void markFirstTextPaint();
|
| void markFirstImagePaint();
|
|
|
| + void markFirstMeaningfulPaintCandidate();
|
| void setFirstMeaningfulPaint(double stamp);
|
| void notifyPaint(bool isFirstPaint, bool textPainted, bool imagePainted);
|
|
|
|
|