| Index: Source/core/layout/style/LayoutStyle.h
|
| diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
|
| index fdf081eb585ce5bc3e5907f63e897a294acca587..1610fbb647a3e202d2a6018ff47c9a539ca1d6f8 100644
|
| --- a/Source/core/layout/style/LayoutStyle.h
|
| +++ b/Source/core/layout/style/LayoutStyle.h
|
| @@ -1094,6 +1094,9 @@ public:
|
| void setTextAlignLast(TextAlignLast v) { SET_VAR(rareInheritedData, m_textAlignLast, v); }
|
| void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); }
|
| void setTextTransform(ETextTransform v) { inherited_flags._text_transform = v; }
|
| +
|
| + bool hasSimpleUnderlineTextDecoration();
|
| + void adjustTextDecorationDifference();
|
| void applyTextDecorations();
|
| void clearAppliedTextDecorations();
|
| void setTextDecoration(TextDecoration v) { SET_VAR(visual, textDecoration, v); }
|
|
|