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

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

Issue 2810423003: Schedule bitmap animation timers on the compositor task runner. (Closed)
Patch Set: fix up comment about a method changed by blink reformat Created 3 years, 8 months 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
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();

Powered by Google App Engine
This is Rietveld 408576698