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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutProgress.h

Issue 2650033002: Move LayoutProgress timer to UnspecedTimer task source. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutProgress.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutProgress.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutProgress.h b/third_party/WebKit/Source/core/layout/LayoutProgress.h
index 904aeef1884b8766fa445bf42eb1d3948bf6b6cd..3590fa531ae18e2531c83471dadd7d033ef380df 100644
--- a/third_party/WebKit/Source/core/layout/LayoutProgress.h
+++ b/third_party/WebKit/Source/core/layout/LayoutProgress.h
@@ -62,7 +62,7 @@ class CORE_EXPORT LayoutProgress final : public LayoutBlockFlow {
double m_animationRepeatInterval;
double m_animationDuration;
bool m_animating;
- Timer<LayoutProgress> m_animationTimer;
+ TaskRunnerTimer<LayoutProgress> m_animationTimer;
friend class LayoutProgressTest;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutProgress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698