aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMReplayTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DMReplayTask.h')
-rw-r--r--dm/DMReplayTask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dm/DMReplayTask.h b/dm/DMReplayTask.h
index 1245009923..1217c07396 100644
--- a/dm/DMReplayTask.h
+++ b/dm/DMReplayTask.h
@@ -15,8 +15,8 @@ class ReplayTask : public Task {
public:
ReplayTask(const Task& parent, // ReplayTask must be a child task. Pass its parent here.
- skiagm::GM*, // GM to run through a picture. Takes ownership.
- SkBitmap reference, // Bitmap to compare picture replay results to.
+ skiagm::GM*, // GM to run through a pipe. Takes ownership.
+ SkBitmap reference, // Bitmap to compare pipe results to.
bool useRTree); // Record with an RTree?
virtual void draw() SK_OVERRIDE;