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

Unified Diff: dm/DMCpuTask.h

Issue 168653002: Change device factories to take SkImageInfo instead of SkBitmap::Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix PdfViewer Created 6 years, 10 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/DMCpuTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMCpuTask.h
diff --git a/dm/DMCpuTask.h b/dm/DMCpuTask.h
index c1ee7152c9faac7c697be355787e4021ce97781c..8e7f53188313769c379a4ca7a2e7eceb13b904dd 100644
--- a/dm/DMCpuTask.h
+++ b/dm/DMCpuTask.h
@@ -22,7 +22,7 @@ public:
TaskRunner*,
const Expectations&,
skiagm::GMRegistry::Factory,
- SkBitmap::Config);
+ SkColorType);
virtual void draw() SK_OVERRIDE;
virtual bool usesGpu() const SK_OVERRIDE { return false; }
@@ -34,7 +34,7 @@ private:
SkAutoTDelete<skiagm::GM> fGM;
const SkString fName;
const Expectations& fExpectations;
- const SkBitmap::Config fConfig;
+ const SkColorType fColorType;
};
} // namespace DM
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMCpuTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698