| Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| index 9389cdbcee5dd86f8dc2d2a10287962537eae4cd..1983cd78acea7c1324182f6f0221d060459b6c78 100644
|
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| @@ -123,6 +123,9 @@ enum class TaskType : unsigned {
|
| // Tasks that must not be throttled should be posted here, but the usage
|
| // should be very limited.
|
| kUnthrottled,
|
| +
|
| + // Tasks related to animating images should be posted here.
|
| + kAnimationTimer,
|
| };
|
|
|
| // HashTraits for TaskType.
|
|
|