Chromium Code Reviews| 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..3abb644dda4189d496bf00ce65e6020d9086a512 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, |
| + TaskAttribution = 1 << 7, |
| }; |
| String name() const; |