aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMCpuGMTask.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-09-09 07:36:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-09 07:36:57 -0700
commit197ceda92966359962c51923a01dd2b0018b080f (patch)
tree3ac45faf60baccb5033d557edc977098f5be7c8f /dm/DMCpuGMTask.h
parent49e3199e638595d7e8b8bf41081eb9cac5daaa2d (diff)
Remove expectations / -r from DM entirely.
It's getting tricky to coordinate changes to output for bots with -r, and -r is not widely used. The suggested alternative is to run skdiff. BUG=skia: R=jcgregorio@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/553583004
Diffstat (limited to 'dm/DMCpuGMTask.h')
-rw-r--r--dm/DMCpuGMTask.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dm/DMCpuGMTask.h b/dm/DMCpuGMTask.h
index 968dd27c25..301cfd3864 100644
--- a/dm/DMCpuGMTask.h
+++ b/dm/DMCpuGMTask.h
@@ -1,7 +1,6 @@
#ifndef DMCpuGMTask_DEFINED
#define DMCpuGMTask_DEFINED
-#include "DMExpectations.h"
#include "DMReporter.h"
#include "DMTask.h"
#include "DMTaskRunner.h"
@@ -21,7 +20,6 @@ public:
Reporter*,
TaskRunner*,
skiagm::GMRegistry::Factory,
- const Expectations&,
SkColorType);
virtual void draw() SK_OVERRIDE;
@@ -32,7 +30,6 @@ private:
skiagm::GMRegistry::Factory fGMFactory;
SkAutoTDelete<skiagm::GM> fGM;
const SkString fName;
- const Expectations& fExpectations;
const SkColorType fColorType;
};