| Index: sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| index 50a8b7d74819727124478efe85f0b371780c90db..ff280e9c8a98b012a811863ceb9369f5b7da6679 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -43,7 +43,6 @@
|
|
|
| namespace blink {
|
|
|
| -class ContentData;
|
| class CSSAnimationData;
|
| class CSSTransitionData;
|
| class LengthSize;
|
| @@ -75,7 +74,6 @@ public:
|
| bool operator==(const StyleRareNonInheritedData&) const;
|
| bool operator!=(const StyleRareNonInheritedData& o) const { return !(*this == o); }
|
|
|
| - bool contentDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool counterDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool shadowDataEquivalent(const StyleRareNonInheritedData&) const;
|
| bool animationDataEquivalent(const StyleRareNonInheritedData&) const;
|
| @@ -100,7 +98,6 @@ public:
|
|
|
| DataRef<StyleFilterData> m_filter; // Filter operations (url, sepia, blur, etc.)
|
|
|
| - OwnPtr<ContentData> m_content;
|
| OwnPtr<CounterDirectiveMap> m_counterDirectives;
|
|
|
| RefPtr<ShadowList> m_boxShadow;
|
|
|