Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/core/paint/PaintTiming.h

Issue 2738813003: Ensure the scheduler always changes from UseCase LOADING to NONE. (Closed)
Patch Set: Update FMPD to use the provisional time rather than the current time. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..25a3780d5c81089145b39d07498ef4c18f5dc66b 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 markFirstMeaningfulPaintCandidate(double timestamp);
Kunihiko Sakamoto 2017/03/15 01:59:19 Please rename this to setFirstMeaningfulPaintCandi
Dan Elphick 2017/03/15 09:25:07 Done.
void setFirstMeaningfulPaint(double stamp);
void notifyPaint(bool isFirstPaint, bool textPainted, bool imagePainted);

Powered by Google App Engine
This is Rietveld 408576698