| Index: dm/DMGpuTask.h | 
| diff --git a/dm/DMGpuTask.h b/dm/DMGpuTask.h | 
| index aa350c9d99946b8c2c26d0f2109e829e8ea4f270..a3fe52b751db8d03c3c19f04a82f0c0f8410e2ab 100644 | 
| --- a/dm/DMGpuTask.h | 
| +++ b/dm/DMGpuTask.h | 
| @@ -22,7 +22,7 @@ public: | 
| TaskRunner*, | 
| const Expectations&, | 
| skiagm::GMRegistry::Factory, | 
| -            SkBitmap::Config, | 
| +            SkColorType, | 
| GrContextFactory::GLContextType, | 
| int sampleCount); | 
|  | 
| @@ -35,7 +35,7 @@ private: | 
| SkAutoTDelete<skiagm::GM> fGM; | 
| const SkString fName; | 
| const Expectations& fExpectations; | 
| -    const SkBitmap::Config fConfig; | 
| +    const SkColorType fColorType; | 
| const GrContextFactory::GLContextType fContextType; | 
| const int fSampleCount; | 
| }; | 
|  |