| Index: Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp (revision 135210)
|
| +++ Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp (working copy)
|
| @@ -192,7 +192,7 @@
|
| }
|
|
|
| #if ENABLE(OPENTYPE_VERTICAL)
|
| -const OpenTypeVerticalData* FontPlatformData::verticalData() const
|
| +PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
|
| {
|
| SkFontID id = typeface()->uniqueID();
|
| return fontCache()->getVerticalData(id, *this);
|
|
|