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 8f0e542abd12397a79edf28f8751a5010f210455..badb77f9cd3cf7a9578451552aab79c1ea9fb793 100644 |
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
| @@ -58,6 +58,7 @@ public: |
| Measure = 1 << 3, |
| Render = 1 << 4, |
| Resource = 1 << 5, |
| + LongTask = 1 << 6, |
| }; |
| String name() const; |