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

Unified Diff: Source/platform/fonts/mac/SimpleFontDataMac.mm

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/mac/SimpleFontDataMac.mm
diff --git a/Source/platform/fonts/mac/SimpleFontDataMac.mm b/Source/platform/fonts/mac/SimpleFontDataMac.mm
index 0f01679331265dd2a45f5d9916758c544989a1d5..43abd6ad17c6155e3b28db4a4d3b4b3b87fb6cba 100644
--- a/Source/platform/fonts/mac/SimpleFontDataMac.mm
+++ b/Source/platform/fonts/mac/SimpleFontDataMac.mm
@@ -79,7 +79,7 @@ static CGFontRenderingMode cgFontRenderingModeForNSFont(NSFont* font) {
using namespace std;
-namespace WebCore {
+namespace blink {
static bool fontHasVerticalGlyphs(CTFontRef ctFont)
{
@@ -453,4 +453,4 @@ bool SimpleFontData::canRenderCombiningCharacterSequence(const UChar* characters
return true;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/mac/SimpleFontDataCoreText.cpp ('k') | Source/platform/fonts/opentype/OpenTypeSanitizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698