Split GrTextContext into baseclass and subclass
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Mar 2012 14:02:46 +0000 (14:02 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Mar 2012 14:02:46 +0000 (14:02 +0000)
commitf4a9c82918767865ebb265f82b0201ecc2b1511b
treeadb697b1edba78e42db5d38854afac553c70bf58
parentaa3b6a965e462eccf3d9b5c750816e6c534433fb
Split GrTextContext into baseclass and subclass

This is a step towards enabling alternate text rendering code paths (GLyphy in particular)

Committed on behalf of baranowski@chromium.org

Review URL: http://codereview.appspot.com/5796071/

git-svn-id: http://skia.googlecode.com/svn/trunk@3412 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/gpu.gyp
include/gpu/GrTextContext.h
include/gpu/SkGpuDevice.h
src/gpu/GrBatchedTextContext.cpp [new file with mode: 0644]
src/gpu/GrBatchedTextContext.h [new file with mode: 0644]
src/gpu/GrDefaultTextContext.cpp [moved from src/gpu/GrTextContext.cpp with 70% similarity]
src/gpu/GrDefaultTextContext.h [new file with mode: 0644]
src/gpu/SkGpuDevice.cpp