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 |