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

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

Issue 2614603002: Move core/dom timers to frame-specific task runners. (Closed)
Patch Set: Created 3 years, 12 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/CSSSelectorWatch.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/CSSSelectorWatch.h
diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
index e7aec51880264a7f68a7b32086e2d135c0ed6793..d4261e22045fd6cfe848570df7ed206925e2e79f 100644
--- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
+++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
@@ -80,7 +80,7 @@ class CORE_EXPORT CSSSelectorWatch final
HashSet<String> m_addedSelectors;
HashSet<String> m_removedSelectors;
- Timer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
+ TaskRunnerTimer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
// When an element is reparented, the new location's style is evaluated after
// the expriation of the relayout timer. We don't want to send redundant
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698