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" |