| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index 2cad17745b47ac96a26446bb5f29076b863bbb7c..7f08a47b69c66403dd336e97d0b0340ad7556092 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -180,9 +180,7 @@ public:
|
|
|
| unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified.
|
|
|
| -#if ENABLE(CSS_COMPOSITING)
|
| unsigned m_effectiveBlendMode: 5; // EBlendMode
|
| -#endif
|
|
|
| private:
|
| StyleRareNonInheritedData();
|
|
|