| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index a3ae4a9eeec76ea8710c257c72f7c22fdae3d5f3..07b331879b3ae61969bb0aa18c65553a2018bc38 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2427,6 +2427,10 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| Hyphenation* GetHyphenation() const;
|
| const AtomicString& HyphenString() const;
|
|
|
| + // text-align utility functions.
|
| + using ComputedStyleBase::GetTextAlign;
|
| + ETextAlign GetTextAlign(bool is_last_line) const;
|
| +
|
| // Line-height utility functions.
|
| const Length& SpecifiedLineHeight() const;
|
| int ComputedLineHeight() const;
|
|
|