Index: dm/DMSrcSink.h |
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h |
index 6b644ecdf36fd6c543d0c62c38ad34ad1b1e0b53..5e053b1155cfd57106bbc96e665bb53c8d3d720a 100644 |
--- a/dm/DMSrcSink.h |
+++ b/dm/DMSrcSink.h |
@@ -215,7 +215,7 @@ public: |
class GPUSink : public Sink { |
public: |
GPUSink(GrContextFactory::GLContextType, GrContextFactory::GLContextOptions, |
- GrGLStandard, int samples, bool diText, bool threaded); |
+ int samples, bool diText, bool threaded); |
Error draw(const Src&, SkBitmap*, SkWStream*, SkString*) const override; |
int enclave() const override; |
@@ -224,7 +224,6 @@ public: |
private: |
GrContextFactory::GLContextType fContextType; |
GrContextFactory::GLContextOptions fContextOptions; |
- GrGLStandard fGpuAPI; |
int fSampleCount; |
bool fUseDIText; |
bool fThreaded; |