aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMReplayTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DMReplayTask.h')
-rw-r--r--dm/DMReplayTask.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dm/DMReplayTask.h b/dm/DMReplayTask.h
index 1245009923..78bef0dfd8 100644
--- a/dm/DMReplayTask.h
+++ b/dm/DMReplayTask.h
@@ -11,7 +11,7 @@
namespace DM {
-class ReplayTask : public Task {
+class ReplayTask : public CpuTask {
public:
ReplayTask(const Task& parent, // ReplayTask must be a child task. Pass its parent here.
@@ -20,7 +20,6 @@ public:
bool useRTree); // Record with an RTree?
virtual void draw() SK_OVERRIDE;
- virtual bool usesGpu() const SK_OVERRIDE { return false; }
virtual bool shouldSkip() const SK_OVERRIDE;
virtual SkString name() const SK_OVERRIDE { return fName; }