X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ffonts%2FSegmentedFontData.h;h=af2e662e8e0e1aad6e5d24c0a64b3632166ddd9f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=db828ad2c3c562637bbd1fb1e0beaa66b909d892;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h b/src/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h index db828ad..af2e662 100644 --- a/src/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h +++ b/src/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h @@ -30,7 +30,7 @@ #include "platform/fonts/FontData.h" #include "wtf/Vector.h" -namespace WebCore { +namespace blink { class SimpleFontData; @@ -82,8 +82,8 @@ private: Vector m_ranges; }; -DEFINE_TYPE_CASTS(SegmentedFontData, FontData, fontData, fontData->isSegmented(), fontData.isSegmented()); +DEFINE_FONT_DATA_TYPE_CASTS(SegmentedFontData, true); -} // namespace WebCore +} // namespace blink #endif // SegmentedFontData_h