diff options
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r-- | include/gpu/GrContext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index e0bbb4cf5a..bed2d990c4 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -645,7 +645,6 @@ public: const GrGpu* getGpu() const { return fGpu; } GrFontCache* getFontCache() { return fFontCache; } GrDrawTarget* getTextTarget(const GrPaint& paint); - void flushText(); const GrIndexBuffer* getQuadIndexBuffer() const; void resetStats(); const GrGpuStats& getStats() const; @@ -667,7 +666,6 @@ private: enum DrawCategory { kBuffered_DrawCategory, // last draw was inserted in draw buffer kUnbuffered_DrawCategory, // last draw was not inserted in the draw buffer - kText_DrawCategory // text context was last to draw }; DrawCategory fLastDrawCategory; |