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

Unified Diff: Source/platform/fonts/skia/FontPlatformDataSkia.cpp

Issue 179723005: Remove GDI font rendering code for windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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: Source/platform/fonts/skia/FontPlatformDataSkia.cpp
diff --git a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
index 5c07536e244d63b9286447307907fa7f813f4301..ed0de7eab070d4c66e381ff4e15c7d07b7590a4f 100644
--- a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
+++ b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
@@ -37,7 +37,7 @@
namespace WebCore {
-#if (!ENABLE(GDI_FONTS_ON_WINDOWS) || !OS(WIN)) && !OS(MACOSX)
+#if !OS(MACOSX)
unsigned FontPlatformData::hash() const
{
unsigned h = SkTypeface::UniqueID(m_typeface.get());
« no previous file with comments | « Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp ('k') | Source/platform/fonts/win/FontCacheWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698