Chromium Code Reviews| Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
| index a48395ef641866a766b74e22f53b677999a69a3b..09952a6cf4b4f932fd89c1bb16d81a17c40144f6 100644 |
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h |
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h |
| @@ -35,6 +35,7 @@ |
| #include "core/rendering/style/LineClampValue.h" |
| #include "core/rendering/style/NinePieceImage.h" |
| #include "core/rendering/style/ShapeValue.h" |
| +#include "core/rendering/style/StyleNavigationData.h" |
| #include "wtf/OwnPtr.h" |
| #include "wtf/PassRefPtr.h" |
| #include "wtf/Vector.h" |
| @@ -122,6 +123,8 @@ public: |
| FillLayer m_mask; |
| NinePieceImage m_maskBoxImage; |
| + StyleNavigationData m_navigation; |
|
esprehn
2013/08/08 03:39:40
This adds 8 ptrs to this thing, I think you want O
Krzysztof Olczyk
2013/12/04 13:56:50
Done.
|
| + |
| LengthSize m_pageSize; |
| RefPtr<ShapeValue> m_shapeInside; |