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

Unified Diff: Source/core/layout/api/LineLayoutRubyRun.h

Issue 1312713005: [Line Layout API] Add rubyBase to LineLayoutRubyRun (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/layout/line/InlineFlowBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
{
« no previous file with comments | « no previous file | Source/core/layout/line/InlineFlowBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698