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

Unified Diff: Source/WebCore/platform/graphics/FontPlatformData.cpp

Issue 13724012: Remove Cairo support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
« no previous file with comments | « Source/WebCore/platform/graphics/FontPlatformData.h ('k') | Source/WebCore/platform/graphics/GlyphBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/FontPlatformData.cpp
diff --git a/Source/WebCore/platform/graphics/FontPlatformData.cpp b/Source/WebCore/platform/graphics/FontPlatformData.cpp
index 95abdad52ddd65da959bc8b62cd854d571f1d19e..1cc141c3bb9a72f668204d0d32d4ff518e0ce5c1 100644
--- a/Source/WebCore/platform/graphics/FontPlatformData.cpp
+++ b/Source/WebCore/platform/graphics/FontPlatformData.cpp
@@ -48,8 +48,6 @@ FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType)
#endif
#if USE(CG) && PLATFORM(WIN)
, m_cgFont(0)
-#elif USE(CAIRO)
- , m_scaledFont(hashTableDeletedFontValue())
#endif
, m_isColorBitmapFont(false)
, m_isCompositeFontReference(false)
@@ -73,8 +71,6 @@ FontPlatformData::FontPlatformData()
#endif
#if USE(CG) && PLATFORM(WIN)
, m_cgFont(0)
-#elif USE(CAIRO)
- , m_scaledFont(0)
#endif
, m_isColorBitmapFont(false)
, m_isCompositeFontReference(false)
@@ -98,8 +94,6 @@ FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheti
#endif
#if USE(CG) && PLATFORM(WIN)
, m_cgFont(0)
-#elif USE(CAIRO)
- , m_scaledFont(0)
#endif
, m_isColorBitmapFont(false)
, m_isCompositeFontReference(false)
« no previous file with comments | « Source/WebCore/platform/graphics/FontPlatformData.h ('k') | Source/WebCore/platform/graphics/GlyphBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698