| Index: Source/platform/fonts/android/FontCacheAndroid.cpp
|
| diff --git a/Source/core/platform/graphics/android/FontCacheAndroid.cpp b/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/android/FontCacheAndroid.cpp
|
| rename to Source/platform/fonts/android/FontCacheAndroid.cpp
|
| index 34a190f8299b7de3eafbbdb1e74a6d516239f798..58ca789213f18bd196dfc65d4ef017d78e55ffa9 100644
|
| --- a/Source/core/platform/graphics/android/FontCacheAndroid.cpp
|
| +++ b/Source/platform/fonts/android/FontCacheAndroid.cpp
|
| @@ -29,9 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| +#include "platform/fonts/FontCache.h"
|
|
|
| -#include "core/platform/graphics/SimpleFontData.h"
|
| +
|
| +#include "platform/fonts/SimpleFontData.h"
|
| #include "platform/fonts/FontDescription.h"
|
|
|
| #include "SkTypeface_android.h"
|
|
|