| Index: dm/DMGpuGMTask.h
|
| diff --git a/dm/DMGpuGMTask.h b/dm/DMGpuGMTask.h
|
| index 46b4c981bcf5ebed3ac02028006424b53b82d33a..23f3a45b0cff67de5045d32e0d236059b8c30dc8 100644
|
| --- a/dm/DMGpuGMTask.h
|
| +++ b/dm/DMGpuGMTask.h
|
| @@ -1,7 +1,6 @@
|
| #ifndef DMGpuGMTask_DEFINED
|
| #define DMGpuGMTask_DEFINED
|
|
|
| -#include "DMExpectations.h"
|
| #include "DMGpuSupport.h"
|
| #include "DMReporter.h"
|
| #include "DMTask.h"
|
| @@ -21,7 +20,6 @@ public:
|
| Reporter*,
|
| TaskRunner*,
|
| skiagm::GMRegistry::Factory,
|
| - const Expectations&,
|
| GrContextFactory::GLContextType,
|
| GrGLStandard gpuAPI,
|
| int sampleCount);
|
| @@ -33,7 +31,6 @@ public:
|
| private:
|
| SkAutoTDelete<skiagm::GM> fGM;
|
| const SkString fName;
|
| - const Expectations& fExpectations;
|
| const GrContextFactory::GLContextType fContextType;
|
| GrGLStandard fGpuAPI;
|
| const int fSampleCount;
|
|
|