Index: third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
index e5779fac0c398b53f4e6acf8c6ecc88b5e026c36..b0ef7f4263661466c8ab331ed3f4743f39095b00 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.cpp |
@@ -81,6 +81,8 @@ PerformanceEntry::EntryType PerformanceEntry::toEntryTypeEnum( |
return Navigation; |
if (entryType == "taskattribution") |
return TaskAttribution; |
+ if (entryType == "paint") |
+ return Paint; |
return Invalid; |
} |