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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ignore interactions before FP Created 4 years, 4 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index e730e04357cb3ae3ae12a23b24d37b76db7eba65..e99f7025c684506dee57cf98b0682546ec48e988 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2060,6 +2060,8 @@
'paint/FilterEffectBuilder.h',
'paint/FilterPainter.cpp',
'paint/FilterPainter.h',
+ 'paint/FirstMeaningfulPaintDetector.cpp',
+ 'paint/FirstMeaningfulPaintDetector.h',
'paint/FloatClipRecorder.cpp',
'paint/FloatClipRecorder.h',
'paint/FramePainter.cpp',

Powered by Google App Engine
This is Rietveld 408576698