Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp

Issue 1163323003: sky/engine updates for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp
diff --git a/sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp b/sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp
index 6ba1b392d73ef77dc88160f65cede7490433f8ac..9f48f8cd0f956ea33b5aa7af7847d4faded26139 100644
--- a/sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp
+++ b/sky/engine/platform/fonts/skia/FontPlatformDataSkia.cpp
@@ -37,7 +37,6 @@
namespace blink {
-#if !OS(MACOSX)
unsigned FontPlatformData::hash() const
{
unsigned h = SkTypeface::UniqueID(m_typeface.get());
@@ -64,8 +63,6 @@ bool FontPlatformData::fontContainsCharacter(UChar32 character)
return glyph;
}
-#endif
-
#if ENABLE(OPENTYPE_VERTICAL)
PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
{

Powered by Google App Engine
This is Rietveld 408576698