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

Unified Diff: Source/platform/fonts/skia/FontPlatformDataSkia.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/skia/FontPlatformDataSkia.cpp
diff --git a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
index 8a7b2ecfe3c2258374141db28fa59ad8fe50e2eb..e7d48b2e772caf9ec34b7e27c45a03ea6818a65a 100644
--- a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
+++ b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
@@ -35,7 +35,7 @@
#include "SkTypeface.h"
#include "platform/fonts/FontCache.h"
-namespace WebCore {
+namespace blink {
#if !OS(MACOSX)
unsigned FontPlatformData::hash() const
@@ -87,4 +87,4 @@ PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const
}
#endif
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp ('k') | Source/platform/fonts/skia/SimpleFontDataSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698