| Index: tests/TextBlobTest.cpp
|
| diff --git a/tests/TextBlobTest.cpp b/tests/TextBlobTest.cpp
|
| index 027fd2ac76c7aa514dda22c1043ba7d8413b92c1..aa4b1ea25f677dd4740af985b8aa3d9b34e5d723 100644
|
| --- a/tests/TextBlobTest.cpp
|
| +++ b/tests/TextBlobTest.cpp
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "SkPaint.h"
|
| #include "SkPoint.h"
|
| -#include "SkTextBlob.h"
|
| +#include "SkTextBlobRunIterator.h"
|
|
|
| #include "Test.h"
|
|
|
| @@ -196,7 +196,7 @@ private:
|
|
|
| SkAutoTUnref<const SkTextBlob> blob(builder.build());
|
|
|
| - SkTextBlob::RunIterator it(blob);
|
| + SkTextBlobRunIterator it(blob);
|
| for (unsigned i = 0; i < outCount; ++i) {
|
| REPORTER_ASSERT(reporter, !it.done());
|
| REPORTER_ASSERT(reporter, out[i].pos == it.positioning());
|
|
|