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