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

Unified Diff: third_party/WebKit/Source/platform/Timer.h

Issue 2554113002: Deprecate UnthrottledThreadTimer. (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Timer.h
diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
index f47850006eee7b95246b7f55f44dde74a7650964..1d9651dd5b2cd7c82ec2b8ac47dc859ac9bfc057 100644
--- a/third_party/WebKit/Source/platform/Timer.h
+++ b/third_party/WebKit/Source/platform/Timer.h
@@ -179,6 +179,8 @@ class Timer : public TaskRunnerTimer<TimerFiredClass> {
// This subclass of Timer posts its tasks on the current thread's default task
// runner. Tasks posted on there are not throttled when the tab is in the
// background.
+//
+// DEPRECATED: Use TaskRunnerHelper::get with TaskType::Unthrottled.
haraken 2016/12/06 23:45:28 dcheng@ introduced UnthrottledThreadTimer. What's
template <typename TimerFiredClass>
class UnthrottledThreadTimer : public TaskRunnerTimer<TimerFiredClass> {
haraken 2016/12/06 23:45:28 dcheng@ introduced UnthrottledThreadTimer. What's
dcheng 2016/12/07 03:15:49 It wasn't clear to me if we'd have thing that need
public:
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698