| 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;
|
| };
|
|
|