aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index e0bbb4cf5a..ae0e5652bd 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -17,7 +17,6 @@
#include "GrRenderTarget.h"
class GrAutoScratchTexture;
-class GrDrawState;
class GrDrawTarget;
class GrFontCache;
class GrGpu;
@@ -672,8 +671,6 @@ private:
DrawCategory fLastDrawCategory;
GrGpu* fGpu;
- GrDrawState* fDrawState;
-
GrResourceCache* fTextureCache;
GrFontCache* fFontCache;
@@ -707,7 +704,7 @@ private:
void flushDrawBuffer();
- void setPaint(const GrPaint& paint);
+ void setPaint(const GrPaint& paint, GrDrawTarget* target);
GrDrawTarget* prepareToDraw(const GrPaint& paint, DrawCategory drawType);