Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.h

Issue 2640913002: Use TaskRunnerTimer in ResourceFetcher (Closed)
Patch Set: Null check Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
index c4b2df5b5cea52b952c563d25e29df7fee75fa56..6c61eeacd78336d2a20cc65f336984d230f4c4cc 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -216,7 +216,7 @@ class CORE_EXPORT ResourceFetcher
Member<HeapListHashSet<Member<Resource>>> m_preloads;
Member<MHTMLArchive> m_archive;
- Timer<ResourceFetcher> m_resourceTimingReportTimer;
+ TaskRunnerTimer<ResourceFetcher> m_resourceTimingReportTimer;
using ResourceTimingInfoMap =
HeapHashMap<Member<Resource>, std::unique_ptr<ResourceTimingInfo>>;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698