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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2528513003: first-paint and first-contentful paint (Closed)
Patch Set: Got rid of DCHECK cause it breaks unit tests Created 3 years, 11 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_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index 8dfad6ff3ccb80292336c6a48ffa5927d6b09ff9..6f99d69e336c77b45192714bc8575c654f18db0b 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -400,6 +400,7 @@ core_idl_files = get_path_info([
"timing/PerformanceNavigationTiming.idl",
"timing/PerformanceObserver.idl",
"timing/PerformanceObserverEntryList.idl",
+ "timing/PerformancePaintTiming.idl",
"timing/PerformanceResourceTiming.idl",
"timing/PerformanceTiming.idl",
"timing/TaskAttributionTiming.idl",

Powered by Google App Engine
This is Rietveld 408576698