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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2430513003: Move some Document timers to frame-specific task runners. (Closed)
Patch Set: Remove FrameTimer Created 4 years, 2 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/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 40ec07d36da6841e83fe3673db9bcf585c886645..46ef25d12f794c48f64f0eed180677ca5f0344ca 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1601,8 +1601,8 @@ class CORE_EXPORT Document : public ContainerNode,
HeapVector<Member<Element>> m_topLayerElements;
int m_loadEventDelayCount;
- Timer<Document> m_loadEventDelayTimer;
- Timer<Document> m_pluginLoadingTimer;
+ TaskRunnerTimer<Document> m_loadEventDelayTimer;
+ TaskRunnerTimer<Document> m_pluginLoadingTimer;
ViewportDescription m_viewportDescription;
ViewportDescription m_legacyViewportDescription;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698