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

Unified Diff: Source/core/svg/SVGFontData.h

Issue 453203003: Introduce DEFINE_CUSTOM_FONT_DATA_TYPE_CASTS, and use it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/core/svg/SVGFontData.h
diff --git a/Source/core/svg/SVGFontData.h b/Source/core/svg/SVGFontData.h
index 1723a6ccab204a9e570c72423b4c6266afa4e1bf..e9bd5f7b44ea0b7ba7925a902315f8a3928fdc12 100644
--- a/Source/core/svg/SVGFontData.h
+++ b/Source/core/svg/SVGFontData.h
@@ -82,6 +82,8 @@ private:
float m_verticalAdvanceY;
};
+DEFINE_CUSTOM_FONT_DATA_TYPE_CASTS(SVGFontData, isSVGFont());
+
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698