| Index: Source/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
|
| index 72391c15f569284ba63de008c706728fdc1213b9..ff7def67ba9cd632d1709cdd3c1f2ebca2e956d2 100644
|
| --- a/Source/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h
|
| @@ -128,7 +128,6 @@ public:
|
| unsigned m_imageRendering : 3; // EImageRendering
|
| unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
|
| 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.
|
|
|