aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/SkGpuDevice.h
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-29 18:37:57 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-29 18:37:57 +0000
commit375ff85e96cf0f8438ea0b11be67e85474e42c29 (patch)
tree12948b2cdd8c311142a130b1d0e5c5573bfbafa4 /include/gpu/SkGpuDevice.h
parente7290ef304176268f22741b15cbbb0b07f09a323 (diff)
Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,
folding their functionality back into the base class. Requires gyp changes. http://codereview.appspot.com/6357048/ git-svn-id: http://skia.googlecode.com/svn/trunk@4411 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/SkGpuDevice.h')
-rw-r--r--include/gpu/SkGpuDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
index ee4d791931..124e7846fa 100644
--- a/include/gpu/SkGpuDevice.h
+++ b/include/gpu/SkGpuDevice.h
@@ -138,8 +138,6 @@ private:
bool fNeedClear;
bool fNeedPrepareRenderTarget;
- GrTextContext* fTextContext;
-
// called from rt and tex cons
void initFromRenderTarget(GrContext*, GrRenderTarget*);