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 53ec54e7dc8d30c2c0c7394f4d18a6cdcd008477..093de44471c1bdfd13597f3dffc79e0349824ae5 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
@@ -65,7 +65,8 @@ class CORE_EXPORT PerformanceEntry |
kResource = 1 << 5, |
kLongTask = 1 << 6, |
kTaskAttribution = 1 << 7, |
- kPaint = 1 << 8 |
+ kPaint = 1 << 8, |
+ kServer = 1 << 9 |
}; |
String name() const; |