| Index: dm/DMExpectationsTask.cpp
|
| diff --git a/dm/DMExpectationsTask.cpp b/dm/DMExpectationsTask.cpp
|
| index cb92486269890d8c2567ac4a660b8deb59468605..e29257afbd96c7efbb38e3fdca76fe9d0ae9b598 100644
|
| --- a/dm/DMExpectationsTask.cpp
|
| +++ b/dm/DMExpectationsTask.cpp
|
| @@ -6,7 +6,7 @@ namespace DM {
|
| ExpectationsTask::ExpectationsTask(const Task& parent,
|
| const Expectations& expectations,
|
| SkBitmap bitmap)
|
| - : Task(parent)
|
| + : CpuTask(parent)
|
| , fName(parent.name()) // Masquerade as parent so failures are attributed to it.
|
| , fExpectations(expectations)
|
| , fBitmap(bitmap)
|
|
|