Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / skia / FontCustomPlatformDataSkia.cpp
index 3f552dc..6f4ea29 100644 (file)
@@ -42,7 +42,7 @@
 #include "third_party/skia/include/core/SkTypeface.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 FontCustomPlatformData::FontCustomPlatformData(PassRefPtr<SkTypeface> typeface)
     : m_typeface(typeface)
@@ -114,4 +114,4 @@ bool FontCustomPlatformData::supportsFormat(const String& format)
     return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
 }
 
-}
+} // namespace blink