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

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 2625953002: Move LocalDomWindow unusedPreloadsTimer to TaskRunnerTimer (Closed)
Patch Set: 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/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
index 7903760b16572ee5ae6b6295fc41732a5fd2aee0..337297b66cc1913bf89b0ec298fdb396df8d02d9 100644
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
@@ -263,7 +263,7 @@ class CORE_EXPORT LocalDOMWindow final : public DOMWindow,
Member<LocalFrame> m_frame;
Member<Document> m_document;
Member<DOMVisualViewport> m_visualViewport;
- Timer<LocalDOMWindow> m_unusedPreloadsTimer;
+ TaskRunnerTimer<LocalDOMWindow> m_unusedPreloadsTimer;
bool m_shouldPrintWhenFinishedLoading;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698