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