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 46791f12dcedc73ab922af952666259fc78f9b4e..a67298e6158244bb23a65e9fd373a4889b71fe58 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; |
} |