| 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 d3d6c3cbc6f2765e3b23196eafa193880783d325..d0e17d40b88a26c3fa85521df5c1755674c74e30 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2209,6 +2209,7 @@ public:
|
| // Text decoration utility functions.
|
| void applyTextDecorations();
|
| void clearAppliedTextDecorations();
|
| + void restoreParentTextDecorations(const ComputedStyle& parentStyle);
|
| const Vector<AppliedTextDecoration>& appliedTextDecorations() const;
|
| TextDecoration textDecorationsInEffect() const;
|
|
|
|
|