| 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 83853c03a5f705e5f49e778558fcc84fc40de674..8bb9932858f7cb0fa9256f29d15d5c4f0142216a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -127,7 +127,6 @@ class ScaleTransformOperation;
|
| class ShadowList;
|
| class ShapeValue;
|
| class StyleImage;
|
| -class StyleInheritedData;
|
| class StylePath;
|
| class StyleResolver;
|
| class TransformationMatrix;
|
| @@ -230,7 +229,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
|
|
| // inherited attributes
|
| DataRef<StyleRareInheritedData> rare_inherited_data_;
|
| - DataRef<StyleInheritedData> inherited_data_;
|
|
|
| // list of associated pseudo styles
|
| std::unique_ptr<PseudoStyleCache> cached_pseudo_styles_;
|
|
|