| Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| index a94d5de64699bb0851975e4a27b41d45b3eee5f2..8d5a3e2d23480db20ebdf5ff9c9b5c379b78f352 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
|
| @@ -179,10 +179,6 @@ FontPlatformData::~FontPlatformData() {}
|
| CTFontRef FontPlatformData::ctFont() const {
|
| return SkTypeface_GetCTFontRef(m_typeface.get());
|
| };
|
| -
|
| -CGFontRef FontPlatformData::cgFont() const {
|
| - return CTFontCopyGraphicsFont(ctFont(), 0);
|
| -}
|
| #endif
|
|
|
| const FontPlatformData& FontPlatformData::operator=(
|
|
|