Chromium Code Reviews| 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 f09ae67993e70dc75edbb2d173c555ca378cb314..476d2d172f14bd889ad0c4cf7965127a33d475e1 100644 |
| --- a/third_party/WebKit/Source/platform/Timer.h |
| +++ b/third_party/WebKit/Source/platform/Timer.h |
| @@ -82,6 +82,8 @@ class PLATFORM_EXPORT TimerBase { |
| }; |
| protected: |
| + // TODO: temporary hack |
|
Sami
2017/04/27 17:38:17
What's this for? :)
Dan Elphick
2017/05/03 09:41:06
no longer required
|
| + friend class BitmapImage; |
| static RefPtr<WebTaskRunner> GetTimerTaskRunner(); |
| static RefPtr<WebTaskRunner> GetUnthrottledTaskRunner(); |