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

Unified Diff: dm/DMWriteTask.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/DMUtil.h ('k') | dm/DMWriteTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMWriteTask.h
diff --git a/dm/DMWriteTask.h b/dm/DMWriteTask.h
index fad9262c33193ea5881620b93c43d60be524bbcb..f83289ca2e5860da5067cb0c4b5ca9004157e27d 100644
--- a/dm/DMWriteTask.h
+++ b/dm/DMWriteTask.h
@@ -1,7 +1,6 @@
#ifndef DMWriteTask_DEFINED
#define DMWriteTask_DEFINED
-#include "DMExpectations.h"
#include "DMTask.h"
#include "SkBitmap.h"
#include "SkJSONCPP.h"
@@ -29,16 +28,6 @@ public:
virtual bool shouldSkip() const SK_OVERRIDE;
virtual SkString name() const SK_OVERRIDE;
- // Reads JSON file WriteTask wrote under root and compares the bitmap with checksums inside.
- class Expectations : public DM::Expectations {
- public:
- static Expectations* Create(const char*);
- bool check(const Task& task, SkBitmap bitmap) const SK_OVERRIDE;
- private:
- Expectations() {}
- Json::Value fJson;
- };
-
static void DumpJson();
private:
« no previous file with comments | « dm/DMUtil.h ('k') | dm/DMWriteTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698