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

Unified Diff: Source/web/linux/WebFontRendering.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/WebFontRenderStyle.cpp ('k') | Source/web/mac/WebScrollbarTheme.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/linux/WebFontRendering.cpp
diff --git a/Source/web/linux/WebFontRendering.cpp b/Source/web/linux/WebFontRendering.cpp
index c20d4b4f5feb4c31148b6441f87cf71c993b8353..e75886e3140130471ad3b5ecd04169615f284313 100644
--- a/Source/web/linux/WebFontRendering.cpp
+++ b/Source/web/linux/WebFontRendering.cpp
@@ -39,7 +39,7 @@
using WebCore::FontPlatformData;
-namespace WebKit {
+namespace blink {
// static
void WebFontRendering::setHinting(SkPaint::Hinting hinting)
@@ -92,4 +92,4 @@ void WebFontRendering::setLCDOrientation(SkFontHost::LCDOrientation orientation)
SkFontHost::SetSubpixelOrientation(orientation);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/linux/WebFontRenderStyle.cpp ('k') | Source/web/mac/WebScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698