Index: Source/core/rendering/style/StyleRareInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h |
index bd6b3d83d45a0052b6983533509c26d22b1adeaf..4dd0ba554a2261dad0c9763c04917e7b29ad4a95 100644 |
--- a/Source/core/rendering/style/StyleRareInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareInheritedData.h |
@@ -131,6 +131,10 @@ public: |
unsigned m_rubyPosition : 1; // RubyPosition |
unsigned m_touchActionDelay : 1; // TouchActionDelay |
+ // Though will-change is not itself an inherited property, the intent |
+ // expressed by 'will-change: contents' includes descendants. |
+ unsigned m_subtreeWillChangeContents : 1; |
+ |
AtomicString hyphenationString; |
short hyphenationLimitBefore; |
short hyphenationLimitAfter; |