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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceEntry.h

Issue 2528513003: first-paint and first-contentful paint (Closed)
Patch Set: updated layout tests 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/timing/PerformanceEntry.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.h b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
index 9189cd95411aee0fe769c73803ae6ea2353ef6bf..c57d990e884813df67a38c09de411b583969a396 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
@@ -63,6 +63,7 @@ class CORE_EXPORT PerformanceEntry
Render = 1 << 4,
Resource = 1 << 5,
LongTask = 1 << 6,
+ Paint = 1 << 7,
};
String name() const;

Powered by Google App Engine
This is Rietveld 408576698