| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 928bf82e6b4c5c8596e53c18c2f8f03b5eda3986..41ecf39f6decf99436de4c46e53b57cf9163918d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1032,15 +1032,6 @@ public:
|
|
|
| virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const;
|
|
|
| - struct AppliedTextDecoration {
|
| - STACK_ALLOCATED();
|
| - 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 layout view
|
| // if painting is root-relative. This is the container that should be passed to the 'forPaintInvalidation'
|
| // methods.
|
|
|