Index: Source/core/layout/api/LineLayoutRubyRun.h |
diff --git a/Source/core/layout/api/LineLayoutRubyRun.h b/Source/core/layout/api/LineLayoutRubyRun.h |
index 2253bb4f57e7047056f2110a272cf1f8d1ee2335..777a745c9c7350cb34c16f399f9c8a7ea56779c3 100644 |
--- a/Source/core/layout/api/LineLayoutRubyRun.h |
+++ b/Source/core/layout/api/LineLayoutRubyRun.h |
@@ -35,6 +35,11 @@ public: |
return toRubyRun()->rubyText(); |
} |
+ LayoutRubyBase* rubyBase() const |
+ { |
+ return toRubyRun()->rubyBase(); |
+ } |
+ |
private: |
LayoutRubyRun* toRubyRun() |
{ |