From 375ff85e96cf0f8438ea0b11be67e85474e42c29 Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Fri, 29 Jun 2012 18:37:57 +0000 Subject: 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 --- include/gpu/SkGpuDevice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gpu/SkGpuDevice.h') 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*); -- cgit v1.2.3