Revert of Add factory class for generating various flavors of GrTextContext. (https...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 Jan 2014 22:01:41 +0000 (22:01 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 22 Jan 2014 22:01:41 +0000 (22:01 +0000)
commitf1d63aa80dc951417ad34dd00914c8150112e42a
tree1efaf1c45fb04f46604c9a816e2bb9f6d15a3658
parentce96b651d383305561ff0459a527acda8e93cc49
Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/)

Reason for revert:
Breaks Chrome. Need to fix template issue.

Original issue's description:
> Add factory class for generating various flavors of GrTextContext.
>
> This is the first pass of making Gr*TextContext more generic and easily
> subclassed. The next stage will be making GrBitmapTextContext and
> GrDistanceFieldTextContext more similar by moving the SkDraw loop into
> each subclass.
>
> BUG=skia:2018
>
> Committed: http://code.google.com/p/skia/source/detail?r=13142

R=bsalomon@google.com, reed@google.com
TBR=bsalomon@google.com, reed@google.com
NOTREECHECKS=true
NOTRY=true
BUG=skia:2018

Author: jvanverth@google.com

Review URL: https://codereview.chromium.org/145023006

git-svn-id: http://skia.googlecode.com/svn/trunk@13143 2bbb7eff-a529-9590-31e7-b0007b416f81
include/gpu/GrBitmapTextContext.h
include/gpu/GrDistanceFieldTextContext.h
include/gpu/GrTextContext.h
include/gpu/SkGpuDevice.h
src/gpu/GrBitmapTextContext.cpp
src/gpu/GrDistanceFieldTextContext.cpp
src/gpu/GrTextContext.cpp
src/gpu/SkGpuDevice.cpp