| 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 878401ebe7ff4e011ffa582adef576e8eba9f9b4..81f8f756512de761902a26b07101f718220c47ea 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintTiming.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintTiming.h
|
| @@ -43,7 +43,7 @@ class CORE_EXPORT PaintTiming final
|
| void markFirstTextPaint();
|
| void markFirstImagePaint();
|
|
|
| - void markFirstMeaningfulPaintCandidate();
|
| + void setFirstMeaningfulPaintCandidate(double timestamp);
|
| void setFirstMeaningfulPaint(double stamp);
|
| void notifyPaint(bool isFirstPaint, bool textPainted, bool imagePainted);
|
|
|
|
|