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 d93b0124130ba787d03b1e9c03d15630275a4905..e12bb3e95debf56f8b99d5a2fea6f37ebbfe4997 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 |
Resource = 1 << 5, |
LongTask = 1 << 6, |
TaskAttribution = 1 << 7, |
- Paint = 1 << 8 |
+ Paint = 1 << 8, |
+ Server = 1 << 9 |
}; |
String name() const; |