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

Unified Diff: dm/DMSrcSink.h

Issue 1416673010: Delete dead subset test code from dm (Closed) Base URL: https://skia.googlesource.com/skia.git@delete
Patch Set: Created 5 years, 1 month 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/DMSrcSink.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMSrcSink.h
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
index 78c6b5c564ec8f22d08115afa7f2011b766b7cf2..6371a9046ff211ea020c22965e6bbf993036df09 100644
--- a/dm/DMSrcSink.h
+++ b/dm/DMSrcSink.h
@@ -179,9 +179,7 @@ private:
class ImageSrc : public Src {
public:
- // divisor == 0 means decode the whole image
- // divisor > 0 means decode in subsets, dividing into a divisor x divisor grid.
- explicit ImageSrc(Path path, int divisor = 0);
+ explicit ImageSrc(Path path);
Error draw(SkCanvas*) const override;
SkISize size() const override;
@@ -189,7 +187,6 @@ public:
bool veto(SinkFlags) const override;
private:
Path fPath;
- const int fDivisor;
};
class SKPSrc : public Src {
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMSrcSink.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698