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

Unified Diff: Source/platform/fonts/win/FontFallbackWin.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/fonts/win/FontCacheSkiaWin.cpp ('k') | Source/platform/fonts/win/FontFallbackWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontFallbackWin.h
diff --git a/Source/platform/fonts/win/FontFallbackWin.h b/Source/platform/fonts/win/FontFallbackWin.h
index 75e62187858ad1309fc5b495550788102e1ae260..b7ec607eaa0c4d0e6e4590a328a308d50833b56e 100644
--- a/Source/platform/fonts/win/FontFallbackWin.h
+++ b/Source/platform/fonts/win/FontFallbackWin.h
@@ -40,7 +40,7 @@
class SkFontMgr;
-namespace WebCore {
+namespace blink {
// Return a font family that can render |character| based on what script
// that characters belong to.
@@ -51,6 +51,6 @@ PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
UScriptCode* scriptChecked,
SkFontMgr* fontManager);
-} // namespace WebCore
+} // namespace blink
#endif // FontFallbackWin_h
« no previous file with comments | « Source/platform/fonts/win/FontCacheSkiaWin.cpp ('k') | Source/platform/fonts/win/FontFallbackWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698