| Index: third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| index 16a2ed28a535e6c82b5770ac4907d79c175957b3..f4365e638b135e835bb721c4cf56a72985b9533e 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| @@ -173,6 +173,9 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
|
| m_bitfields.setFirstLine(firstLine);
|
| }
|
| bool isFirstLineStyle() const { return m_bitfields.firstLine(); }
|
| + const ComputedStyle& lineStyleRef() const {
|
| + return getLineLayoutItem().styleRef(isFirstLineStyle());
|
| + }
|
|
|
| void remove(MarkLineBoxes = MarkLineBoxesDirty);
|
|
|
|
|