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

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

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/FontCacheSkia.cpp
diff --git a/Source/platform/fonts/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp
index 92df3c2f070f1bd268f8f02b748cb5ef8a625831..4fa74dfc0aae7de3a94626c87fbe75e0a369b8df 100644
--- a/Source/platform/fonts/skia/FontCacheSkia.cpp
+++ b/Source/platform/fonts/skia/FontCacheSkia.cpp
@@ -59,7 +59,7 @@ static SkStream* streamForFontconfigInterfaceId(int fontconfigInterfaceId)
}
#endif
-namespace WebCore {
+namespace blink {
void FontCache::platformInit()
{
@@ -231,4 +231,4 @@ FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontD
}
#endif // !OS(WIN)
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeVerticalData.cpp ('k') | Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698