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

Unified Diff: dm/DMExpectations.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/DMCpuGMTask.cpp ('k') | dm/DMExpectationsTask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMExpectations.h
diff --git a/dm/DMExpectations.h b/dm/DMExpectations.h
deleted file mode 100644
index 7993a55be965244f07f92a38eaefebcff65dab06..0000000000000000000000000000000000000000
--- a/dm/DMExpectations.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef DMExpectations_DEFINED
-#define DMExpectations_DEFINED
-
-#include "DMTask.h"
-
-namespace DM {
-
-struct Expectations {
- virtual ~Expectations() {}
-
- // Return true if bitmap is the correct output for task, else false.
- virtual bool check(const Task& task, SkBitmap bitmap) const {
- return true;
- }
-};
-
-} // namespace DM
-
-#endif // DMExpectations_DEFINED
« no previous file with comments | « dm/DMCpuGMTask.cpp ('k') | dm/DMExpectationsTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698