Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
index 6d028f8aa8dbf46a3f892a4f1184eb8ffc1fe343..c23ea14242eeed438c18a8c80fe4158a3c73935c 100644 |
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h |
@@ -202,6 +202,7 @@ public: |
// Whether the transform (if it exists) is stored in the element's inline style. |
unsigned m_hasInlineTransform : 1; |
+ unsigned m_resize : 2; // EResize |
private: |
StyleRareNonInheritedData(); |