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

Unified Diff: Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp

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/harfbuzz/HarfBuzzFaceCoreText.cpp
diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
index afa73103f9f234d2e94dac4e73ed38a9d8cc5288..eddd617cb836d55feeb5254e3b1d47858f8745de 100644
--- a/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp
@@ -38,7 +38,7 @@
#include <ApplicationServices/ApplicationServices.h>
#include "hb.h"
-namespace WebCore {
+namespace blink {
static hb_position_t floatToHarfBuzzPosition(CGFloat value)
{
@@ -141,4 +141,4 @@ hb_font_t* HarfBuzzFace::createFont()
return font;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp ('k') | Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698