Index: Source/core/style/StyleRareInheritedData.h |
diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h |
index 34774e5f7262b074a5559046ba72573af30acc8c..69a6f44c9da5a4f1eb7b591db4b6917221156beb 100644 |
--- a/Source/core/style/StyleRareInheritedData.h |
+++ b/Source/core/style/StyleRareInheritedData.h |
@@ -137,6 +137,8 @@ public: |
unsigned m_selfOrAncestorHasDirAutoAttribute : 1; |
+ unsigned m_respectImageOrientation : 1; |
+ |
AtomicString hyphenationString; |
short hyphenationLimitBefore; |
short hyphenationLimitAfter; |