| Index: Source/platform/fonts/FontCustomPlatformData.cpp
|
| diff --git a/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp b/Source/platform/fonts/FontCustomPlatformData.cpp
|
| similarity index 99%
|
| rename from Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp
|
| rename to Source/platform/fonts/FontCustomPlatformData.cpp
|
| index 00bf96da43a4ae3d11567c3b50ba6f0f15c5b90c..1cae8696dde0622b8f6c7993a978996dd3b131e5 100644
|
| --- a/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp
|
| +++ b/Source/platform/fonts/FontCustomPlatformData.cpp
|
| @@ -45,9 +45,7 @@
|
| namespace blink {
|
|
|
| FontCustomPlatformData::FontCustomPlatformData(PassRefPtr<SkTypeface> typeface)
|
| - : m_typeface(typeface)
|
| -{
|
| -}
|
| + : m_typeface(typeface) { };
|
|
|
| FontCustomPlatformData::~FontCustomPlatformData()
|
| {
|
|
|