| Index: third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp b/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
|
| index 34f51a73ededda32b926d33ebf6f6929a16dc25f..95233f8f75b23cf80ef426e574ac2543f0b0df08 100644
|
| --- a/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
|
| @@ -19,7 +19,7 @@ ParentFrameTaskRunners::ParentFrameTaskRunners(LocalFrame* frame)
|
| DCHECK(frame->document()->isContextThread());
|
|
|
| // For now we only support very limited task types.
|
| - for (auto type : { TaskType::Internal, TaskType::Networking, TaskType::PostedMessage }) {
|
| + for (auto type : { TaskType::Internal, TaskType::Networking, TaskType::PostedMessage, TaskType::CanvasBlobSerialization }) {
|
| m_taskRunners.add(type, TaskRunnerHelper::get(type, frame));
|
| }
|
| }
|
|
|