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

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

Issue 2528513003: first-paint and first-contentful paint (Closed)
Patch Set: addressed comments Created 4 years 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 336e8cacad5cd3c060bae413375f939ce0029660..270e78279c7272632d38b5396955d03651a83fa7 100644
--- a/third_party/WebKit/Source/core/paint/PaintTiming.h
+++ b/third_party/WebKit/Source/core/paint/PaintTiming.h
@@ -7,6 +7,7 @@
#include "core/dom/Document.h"
#include "core/paint/FirstMeaningfulPaintDetector.h"
+#include "core/timing/PerformancePaintTiming.h"
tdresser 2016/12/08 14:54:40 Is this needed?
panicker 2016/12/09 00:15:01 Revert this file? The idea was to remove this dep.
sunjian 2016/12/09 19:06:49 Done.
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698