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

Unified Diff: Source/platform/fonts/mac/ComplexTextController.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/mac/ComplexTextController.h
diff --git a/Source/platform/fonts/mac/ComplexTextController.h b/Source/platform/fonts/mac/ComplexTextController.h
index 14ff22e52328b309089ccbd7685ca13d8133568c..66b42d866828ef4c4bdc18bfa017ef3e04805acc 100644
--- a/Source/platform/fonts/mac/ComplexTextController.h
+++ b/Source/platform/fonts/mac/ComplexTextController.h
@@ -39,7 +39,7 @@ typedef unsigned short CGGlyph;
typedef const struct __CTRun * CTRunRef;
typedef const struct __CTLine * CTLineRef;
-namespace WebCore {
+namespace blink {
class Font;
class GlyphBuffer;
@@ -175,6 +175,6 @@ private:
float m_maxGlyphBoundingBoxY;
};
-} // namespace WebCore
+} // namespace blink
#endif // ComplexTextController_h
« no previous file with comments | « Source/platform/fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp ('k') | Source/platform/fonts/mac/ComplexTextController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698