| 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 ba4d9182f3676ad6bcb763dfd5bbb72ca62a9b66..a0ee09152df607474548578c6fd54e82c62fa4a6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1700,6 +1700,10 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| using ComputedStyleBase::GetTextAlign;
|
| ETextAlign GetTextAlign(bool is_last_line) const;
|
|
|
| + // text-indent utility functions.
|
| + bool ShouldUseTextIndent(bool is_first_line,
|
| + bool is_after_forced_break) const;
|
| +
|
| // Line-height utility functions.
|
| const Length& SpecifiedLineHeight() const;
|
| int ComputedLineHeight() const;
|
|
|