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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTrackElement.h

Issue 2637833003: Convert HTMLTrackElement timer to per-frame scheduler as Networking. (Closed)
Patch Set: Convert HTMLTrackElement timer to per-frame scheduler as MediaElementEvent. 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/html/HTMLTrackElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLTrackElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.h b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
index 7e395bf94a76f25a1d634a3b72f8fb06180ed937..d6d5c7ea9983b28081b49911c69aed5908763d89 100644
--- a/third_party/WebKit/Source/core/html/HTMLTrackElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
@@ -86,7 +86,7 @@ class HTMLTrackElement final : public HTMLElement,
Member<LoadableTextTrack> m_track;
Member<TextTrackLoader> m_loader;
- Timer<HTMLTrackElement> m_loadTimer;
+ TaskRunnerTimer<HTMLTrackElement> m_loadTimer;
KURL m_url;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTrackElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698