| Index: dm/DMGpuGMTask.h
|
| diff --git a/dm/DMGpuGMTask.h b/dm/DMGpuGMTask.h
|
| index 46b4c981bcf5ebed3ac02028006424b53b82d33a..6621a4983633bf483e2ed8811dde55f65d4e1f55 100644
|
| --- a/dm/DMGpuGMTask.h
|
| +++ b/dm/DMGpuGMTask.h
|
| @@ -23,7 +23,6 @@
|
| skiagm::GMRegistry::Factory,
|
| const Expectations&,
|
| GrContextFactory::GLContextType,
|
| - GrGLStandard gpuAPI,
|
| int sampleCount);
|
|
|
| virtual void draw(GrContextFactory*) SK_OVERRIDE;
|
| @@ -35,7 +34,6 @@
|
| const SkString fName;
|
| const Expectations& fExpectations;
|
| const GrContextFactory::GLContextType fContextType;
|
| - GrGLStandard fGpuAPI;
|
| const int fSampleCount;
|
| };
|
|
|
|
|