Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: dm/DMCpuGMTask.h

Issue 553583004: Remove expectations / -r from DM entirely. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMCpuGMTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMCpuGMTask.h
diff --git a/dm/DMCpuGMTask.h b/dm/DMCpuGMTask.h
index 968dd27c25e2cc9a626db7e7c94bdf16c51685e1..301cfd38647f475a3528907dedc2f1d575a3260b 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;
};
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMCpuGMTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698