Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 7e711260cec282f46401c2a67f98c3ee0c1535ce..168869413347f9cd37e8d205507b94b96229a062 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -244,14 +244,14 @@ private: |
friend class GrAtlasTextContext; // for access to drawBatch |
friend class GrContext; // for ctor |
- GrDrawContext(GrContext*, GrDrawTarget*, const SkDeviceProperties&, bool useDFT); |
+ GrDrawContext(GrContext*, GrDrawTarget*, const SkDeviceProperties&); |
// Sets the paint. Returns true on success; false on failure. |
bool prepareToDraw(GrPipelineBuilder*, |
GrRenderTarget* rt, |
const GrClip&, |
const GrPaint* paint); |
- GrTextContext* createTextContext(GrRenderTarget*, const SkDeviceProperties&, bool useDFT); |
+ GrTextContext* createTextContext(GrRenderTarget*, const SkDeviceProperties&); |
// A simpler version of the above which just returns true on success; false on failure. |
// Clip is *NOT* set |
@@ -274,7 +274,6 @@ private: |
GrTextContext* fTextContext; // lazily created |
SkDeviceProperties* fDevProps; // ptr b.c. SkDeviceProperties isn't public |
- bool fUseDFT; |
}; |
#endif |