| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index a0991c59523aada80632e0456d83464fd34f2b6c..b279b2326faf3e2475d6b31c43948bde7acfd0e2 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -1497,6 +1497,8 @@ public:
|
| bool inheritedNotEqual(const RenderStyle*) const;
|
| bool inheritedDataShared(const RenderStyle*) const;
|
|
|
| + bool textDecorationsEqual(const RenderStyle*) const;
|
| +
|
| StyleDifference diff(const RenderStyle*, unsigned& changedContextSensitiveProperties) const;
|
|
|
| bool isDisplayReplacedType() const { return isDisplayReplacedType(display()); }
|
|
|