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 4e2ace47bd9a4e52ecede1cb3522bca093564e29..d5cec0474e964705614085412a4d4389216a399a 100644 |
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h |
| @@ -62,6 +62,7 @@ class CORE_EXPORT PerformanceEntry |
| Render = 1 << 4, |
| Resource = 1 << 5, |
| LongTask = 1 << 6, |
| + Navigation = 1 << 7, |
|
Kunihiko Sakamoto
2016/11/07 07:53:18
It looks like the bit 1 is unused.
Can you insert
sunjian
2016/11/08 02:10:19
Done.
|
| }; |
| String name() const; |