| Index: Source/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
|
| index 8328781f6e0a3585ea9a8a1ef5e7829f52dbaf17..03af577e2c1b53d611d6250ac8c33f2e2ae13acd 100644
|
| --- a/Source/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h
|
| @@ -35,6 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class AppliedTextDecorationList;
|
| class CursorList;
|
| class QuotesData;
|
| class ShadowList;
|
| @@ -138,6 +139,8 @@ public:
|
|
|
| Color tapHighlightColor;
|
|
|
| + RefPtr<AppliedTextDecorationList> appliedTextDecorations;
|
| +
|
| private:
|
| StyleRareInheritedData();
|
| StyleRareInheritedData(const StyleRareInheritedData&);
|
|
|