Use AtomicString for PerformanceEntry::entryType()
This CL makes PerformanceEntry::entryType() a pure virtual method instead of storing |entry_type_|. It also changes the usage from String to AtomicString. Only PerformanceEventTiming keeps |entry_type_| since it can be 'event' or 'firstInput'. Since the entry type is no longer available from the PerformanceEntry constructor, we change EntryTypeEnum() to pure virtual too. Bug: 852050 Change-Id: Ie02040b52cf17c7563667ef440bbb78ae97e64c7 Reviewed-on: https://chromium-review.googlesource.com/1113671 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:Yoav Weiss <yoav@yoav.ws> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#573442}
Showing
Please register or sign in to comment