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..884adb99cee78be14a4df0817129e978a6a0d300 100644 |
--- a/third_party/WebKit/Source/platform/Timer.h |
+++ b/third_party/WebKit/Source/platform/Timer.h |
@@ -75,6 +75,8 @@ class PLATFORM_EXPORT TimerBase { |
m_repeatInterval += delta; |
} |
+ void moveToNewTaskRunner(WebTaskRunner*); |
+ |
struct PLATFORM_EXPORT Comparator { |
bool operator()(const TimerBase* a, const TimerBase* b) const; |
}; |