Make SkTextBlob::RunIterator public.
authorhalcanary <halcanary@google.com>
Tue, 27 Oct 2015 21:01:05 +0000 (14:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 27 Oct 2015 21:01:05 +0000 (14:01 -0700)
commit337797580de42cdb722caab4bed121311ed7d0d2
tree3cd5b713b9d45ba843ab102972335121efcf2c7c
parentaef4971443414990cad984817ce4b90fee04bd21
Make SkTextBlob::RunIterator public.

Motivation: This will be easier than adding a friend every time I want
to create a one-off SkCanvas subclass or SkRemote::Encoder subclass.

See also: SkPath::Iter.

Review URL: https://codereview.chromium.org/1411723005
include/core/SkTextBlob.h
src/core/SkDevice.cpp
src/core/SkTextBlob.cpp
src/core/SkTextBlobRunIterator.h [new file with mode: 0644]
src/gpu/GrAtlasTextContext.cpp
src/gpu/GrAtlasTextContext.h
src/gpu/GrStencilAndCoverTextContext.cpp
src/gpu/GrTextBlobCache.h
src/gpu/GrTextContext.cpp
tests/TextBlobTest.cpp