| 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
|
| + friend class BitmapImage;
|
| static RefPtr<WebTaskRunner> GetTimerTaskRunner();
|
| static RefPtr<WebTaskRunner> GetUnthrottledTaskRunner();
|
|
|
|
|