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

Unified Diff: Source/web/linux/WebFontInfo.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/default/WebRenderTheme.cpp ('k') | Source/web/linux/WebFontRenderStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/linux/WebFontInfo.cpp
diff --git a/Source/web/linux/WebFontInfo.cpp b/Source/web/linux/WebFontInfo.cpp
index 715aa04de6cace0e3ce9c9ccfde181aeb642c3b0..55389075f932832d8b4138c1ea08f03bb1fac180 100644
--- a/Source/web/linux/WebFontInfo.cpp
+++ b/Source/web/linux/WebFontInfo.cpp
@@ -37,7 +37,7 @@
#include <string.h>
#include <unicode/utf16.h>
-namespace WebKit {
+namespace blink {
static bool useSubpixelPositioning = false;
@@ -205,4 +205,4 @@ void WebFontInfo::renderStyleForStrike(const char* family, int sizeAndStyle, Web
FcPatternDestroy(match);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/default/WebRenderTheme.cpp ('k') | Source/web/linux/WebFontRenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698