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

Unified Diff: Source/platform/fonts/opentype/OpenTypeVerticalData.h

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/opentype/OpenTypeVerticalData.h
diff --git a/Source/platform/fonts/opentype/OpenTypeVerticalData.h b/Source/platform/fonts/opentype/OpenTypeVerticalData.h
index b05e74d5fc03e6082aef38b701c0e71d8f33181d..61af9af1e3338c8a3e9bb1171bb242310eef3902 100644
--- a/Source/platform/fonts/opentype/OpenTypeVerticalData.h
+++ b/Source/platform/fonts/opentype/OpenTypeVerticalData.h
@@ -34,7 +34,7 @@
#include "wtf/RefCounted.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class FontPlatformData;
class GlyphPage;
@@ -73,7 +73,7 @@ private:
bool m_inFontCache; // for mark & sweep in FontCache::purgeInactiveFontData()
};
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(OPENTYPE_VERTICAL)
« no previous file with comments | « Source/platform/fonts/opentype/OpenTypeUtilities.cpp ('k') | Source/platform/fonts/opentype/OpenTypeVerticalData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698