summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h b/chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h
index d5ff077683a..5dcb63646ba 100644
--- a/chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h
+++ b/chromium/third_party/blink/renderer/core/layout/ng/layout_ng_ruby_run.h
@@ -11,6 +11,10 @@
namespace blink {
+extern template class CORE_EXTERN_TEMPLATE_EXPORT
+ LayoutNGBlockFlowMixin<LayoutRubyRun>;
+extern template class CORE_EXTERN_TEMPLATE_EXPORT LayoutNGMixin<LayoutRubyRun>;
+
// A LayoutNG version of LayoutRubyRun.
class CORE_EXPORT LayoutNGRubyRun final
: public LayoutNGBlockFlowMixin<LayoutRubyRun> {