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: |