| Index: src/gpu/GrFontCache.cpp
|
| diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrFontCache.cpp
|
| similarity index 99%
|
| rename from src/gpu/GrTextStrike.cpp
|
| rename to src/gpu/GrFontCache.cpp
|
| index aa5cd94a609bfb5f75567fd3d50aabda59f2cc73..cd1badabd9a8dc872373cc32b1686dac89f240e1 100644
|
| --- a/src/gpu/GrTextStrike.cpp
|
| +++ b/src/gpu/GrFontCache.cpp
|
| @@ -5,11 +5,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#include "GrFontCache.h"
|
| #include "GrGpu.h"
|
| #include "GrRectanizer.h"
|
| #include "GrSurfacePriv.h"
|
| -#include "GrTextStrike.h"
|
| -#include "GrTextStrike_impl.h"
|
| #include "SkString.h"
|
|
|
| #include "SkDistanceFieldGen.h"
|
|
|