| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index dcf40cf01386ba07b5399dd8a9c6d8d46d8b1cfe..4e352d1e9761c7c59cb24288de8b2d301be6efb4 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -833,12 +833,6 @@ public:
|
|
|
| virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const;
|
|
|
| - struct AppliedTextDecoration {
|
| - Color color;
|
| - TextDecorationStyle style;
|
| - AppliedTextDecoration() : color(Color::transparent), style(TextDecorationStyleSolid) { }
|
| - };
|
| -
|
| void getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode = false, bool firstlineStyle = false);
|
|
|
| // Return the LayoutBoxModelObject in the container chain which is responsible for painting this object, or 0
|
|
|