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

Unified Diff: Source/web/linux/WebFontRenderStyle.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/linux/WebFontInfo.cpp ('k') | Source/web/linux/WebFontRendering.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/linux/WebFontRenderStyle.cpp
diff --git a/Source/web/linux/WebFontRenderStyle.cpp b/Source/web/linux/WebFontRenderStyle.cpp
index edcbe9aeff7c097a7a8e607e6edd93787404489b..6f6c4ccd165b8d6daf0ea534063ad6e280f1530d 100644
--- a/Source/web/linux/WebFontRenderStyle.cpp
+++ b/Source/web/linux/WebFontRenderStyle.cpp
@@ -35,7 +35,7 @@
using WebCore::FontRenderStyle;
-namespace WebKit {
+namespace blink {
void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out)
{
@@ -59,4 +59,4 @@ void WebFontRenderStyle::setDefaults()
useSubpixelPositioning = 2;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/linux/WebFontInfo.cpp ('k') | Source/web/linux/WebFontRendering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698