Index: dm/DMSrcSink.h |
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h |
index 82a07258a8d785ac3e821e5568f4b55eec0d8581..e5f22f8267baf55e364ba02eccabf9138f7cb9fd 100644 |
--- a/dm/DMSrcSink.h |
+++ b/dm/DMSrcSink.h |
@@ -168,7 +168,7 @@ public: |
class GPUSink : public Sink { |
public: |
- GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool dfText, bool threaded); |
+ GPUSink(GrContextFactory::GLContextType, GrGLStandard, int samples, bool diText, bool threaded); |
Error draw(const Src&, SkBitmap*, SkWStream*, SkString*) const override; |
int enclave() const override; |
@@ -178,7 +178,7 @@ private: |
GrContextFactory::GLContextType fContextType; |
GrGLStandard fGpuAPI; |
int fSampleCount; |
- bool fUseDFText; |
+ bool fUseDIText; |
bool fThreaded; |
}; |