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

Unified Diff: Source/platform/fonts/AlternateFontFamily.h

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
« no previous file with comments | « Source/platform/exported/linux/WebFontRenderStyle.cpp ('k') | Source/platform/fonts/Character.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/AlternateFontFamily.h
diff --git a/Source/platform/fonts/AlternateFontFamily.h b/Source/platform/fonts/AlternateFontFamily.h
index 2ff2121c02d0e425716b1367e05cda192d823ad2..6a1eb991e0b77ba7b2f44a7713535b4afad08556 100644
--- a/Source/platform/fonts/AlternateFontFamily.h
+++ b/Source/platform/fonts/AlternateFontFamily.h
@@ -34,7 +34,7 @@
#include "platform/fonts/FontDescription.h"
#include "wtf/text/AtomicString.h"
-namespace WebCore {
+namespace blink {
// We currently do not support bitmap fonts on windows.
// Instead of trying to construct a bitmap font and then going down the fallback path map
@@ -131,6 +131,6 @@ inline const AtomicString getFallbackFontFamily(const FontDescription& descripti
}
}
-} // namespace WebCore
+} // namespace blink
#endif // AlternateFontFamily_h
« no previous file with comments | « Source/platform/exported/linux/WebFontRenderStyle.cpp ('k') | Source/platform/fonts/Character.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698